flutter_bloc_side_effect 1.0.0
flutter_bloc_side_effect: ^1.0.0 copied to clipboard
Extended BLoC with second stream of Side Effects and widgets.
1.0.0 #
- Update Dart SDK constraint from
>=2.12.0to>=3.0.0 - Update
flutter_blocdependency from^8.1.4to^9.1.1 - Fix
BlocBuilderWithSideEffectsandBlocConsumerWithSideEffectsarchitecture - listener now wraps builder to prevent multiple subscriptions on rebuild - Fix
BlocSideEffectListener- addmountedcheck before invoking listener - Fix library name in main export file
- Fix typos and errors in documentations
- Fix typos in README.md
- Add
homepagefield to pubspec.yaml - Add installation section to README.md
- Remove unused
didChangeDependenciesinBlocSideEffectListener - Update example project
Breaking Changes #
- BREAKING:
SideEffectProvidergenerics order changed from<SideEffect, State>to<S, SE>for consistency - BREAKING:
BlocSideEffectMixinnow uses<E, S, SE>(renamedEventtoE,StatetoS,SideEffecttoSE) - BREAKING: Removed
BlocSideEffectListenerBase- merged intoBlocSideEffectListener - BREAKING: All widgets now use consistent type parameter naming:
Bfor bloc,Sfor state,SEfor side effect
0.0.2 #
- Fix readme (typo)
0.0.1 #
- Initial release