no_bloc_flutter 0.2.1 copy "no_bloc_flutter: ^0.2.1" to clipboard
no_bloc_flutter: ^0.2.1 copied to clipboard

discontinuedreplaced by: ezbloc_flutter
outdated

Making blocs easy again. A simplified library for the original bloc approach.

Helper widgets to work with no_bloc library

Bloc Builder #

Keeps your UI in sync with the State of your app. It's StatelessWidget widget which only rebuilds the relative child, instead of rebuilding entire page. see example

Bloc Container #

A container where you can store all your blocs on app startup, and then access them anywhere in your app independently of the widget tree. see example

Bloc List Builder #

A builder which builds a ListView widget based on a data source e.g. an infinite scrollable list example coming soon

Contribution ❤ #

Issues and pull requests are welcome

Please file feature requests and bugs at the issue tracker.

5
likes
0
pub points
0%
popularity

Publisher

verified publishermuha.dev

Making blocs easy again. A simplified library for the original bloc approach.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, hive, no_bloc, path, path_provider, rxdart, synchronized

More

Packages that depend on no_bloc_flutter