0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.