flutter_bloc_patterns 0.7.0
flutter_bloc_patterns: ^0.7.0 copied to clipboard
A set of most common BLoC use cases build on top of flutter_bloc library.
0.7.0 * Breaking Changes * #
- Migrating to
bloc5.0.1 andflutter_bloc5.0.1,
0.6.0 * Breaking Changes * #
Pageshould be imported viapackage:flutter_bloc_patterns/page.dart,
0.5.0 * Breaking Changes * #
RefreshView,ViewStateandViewStateBuildershould be imported viapackage:flutter_bloc_patterns/view.dart,ViewStateListenerfor handling features that need to occur once per state change such as navigation, showing aSnackBar, showing aDialog, etc,constconstructors forViewState.
0.4.0 #
- Migrating to
bloc3.0.0 andflutter_bloc3.2.0, - Rethrowing
errorsfromblocsto make them available in theonErrormethod, - Code style improvements.
0.3.1 #
ViewStateexported.
0.3.0 #
PagedFilterListBloc- a list BLoC with pagination and filtering,PagedRepositoryrenamed toPagedListRepository.FilterRepositoryrenamed toFilterListRepository.- Migrating to
bloc2.0.0 andflutter_bloc2.0.1
0.2.2 #
- Migrating to
bloc1.0.0 andflutter_bloc1.0.0
0.2.1 #
- Migrating to
bloc0.16.1 andflutter_bloc0.22.0
0.2.0 #
Initialstate introduced along withonReadycallback for theViewStateBuilder,Repositoryrenamed 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.