flutter_bloc_patterns 0.2.2 flutter_bloc_patterns: ^0.2.2 copied to clipboard
A set of most common BLoC use cases build on top of flutter_bloc library.
[0.2.2] #
- Migrating to
bloc
1.0.0 andflutter_bloc
1.0.0
[0.2.1] #
- Migrating to
bloc
0.16.1 andflutter_bloc
0.22.0
[0.2.0] #
Initial
state introduced along withonReady
callback for theViewStateBuilder
,Repository
renamed toListRepository
,
[0.1.1] #
- Formatting issues fixed.
[0.1.0] #
ListBloc
- a basic list BLoC with no filtering nor pagination,FilterListBloc
- a list BLoC with filtering, but without pagination,PagedListBloc
- a list BLoC with pagination but without filtering,DetailsBloc
- a BLoC that allows to fetch a single element with given identifier.