felangel / bloc
- воскресенье, 1 декабря 2019 г. в 00:26:16
Dart
A predictable state management library that helps implement the BLoC design pattern
A predictable state management library that helps implement the BLoC design pattern.
| Package | Pub |
|---|---|
| bloc | |
| bloc_test | |
| flutter_bloc | |
| angular_bloc |
The goal of this library is to make it easy to separate presentation from business logic, facilitating testability and reusability.
CounterBloc (pure dart).CounterBloc to implement the classic Flutter Counter app.bloc and flutter_bloc packages to implement form validation.bloc to a Stream and update the UI in response to data from the Stream.bloc and flutter_bloc packages to implement an infinite scrolling list.bloc and flutter_bloc packages to implement a Login Flow.bloc and flutter_bloc packages to implement login via Firebase.bloc and flutter_bloc packages.bloc and flutter_bloc packages. The app uses a RefreshIndicator to implement "pull-to-refresh" as well as dynamic theming.bloc and flutter_bloc packages.bloc and flutter_bloc packages.bloc and flutter_bloc packages that integrates with cloud firestore.bloc and flutter_bloc packages based on flutter samples.bloc and flutter_bloc packages to implement a dynamic form which pulls data from a repository.CounterBloc in an AngularDart app.bloc and angular_bloc packages.Learn more at the following links, which have been contributed by the community.
bloc state management library which automatically persists and restores bloc states, by Felix Angelov.bloc state management library from Dart to JavaScript, by Felix Angelov.flutter_bloc, by Ondřej Kunc.