lesnitsky / widget_bindings

A library that allows to easily bind data holders or observables to the widget tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) { ... },
)

License

MIT

About

A library that allows to easily bind data holders or observables to the widget tree.

License:MIT License


Languages

Language:Dart 100.0%