widget_bindings

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

widget bindings

Widget Bindings #
A library that allows to easily bind data holders or observables to the widget tree.
stream.$bind(
context: context,
successBuilder: (context, data, child) { ... },
)

future.$bind(
context: context,
successBuilder: (context, data, child) { ... },
)

valueNotifier.$bind(
context: context,
builder: (context, data, child) { ... },
)

listenable.$bind(
context: context,
builder: (context, child) { ... },
)
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.