tbloc 0.21.3+1
tbloc: ^0.21.3+1 copied to clipboard
A dart library that helps you to implement the BLoC pattern.
0.21.3+1 #
- Update a dependency to the latest release.
0.21.3 #
- FEAT: update dependencies.
0.21.2 #
- FEAT: update dependencies.
0.21.1 #
- FEAT: minor improvements.
0.21.0 #
Note: This release has breaking changes.
- BREAKING CHANGE: add an uuid property to blocState.
0.20.5 #
- FEAT: minor improvements.
0.20.4+1 #
- FIX: make sure building options works in any circumstances.
0.20.4 #
- FEAT: update to dart 3 & flutter 3.10.0.
0.20.3+1 #
- FIX: dependencies.
0.20.3 #
- FEAT: update dependencies.
0.20.0 - 2023-01-24 #
0.18.0 - 2021-07-04 #
0.17.0 - 2021-07-01 #
0.15.0-beta.0 - 2021-04-05 #
Features #
buildWhen
: Allow to only re-build a widget when a certain condition is satisfied.
0.12.0 - 2020-12-14 #
0.11.0 - 2020-12-10 #
0.8.0 - 2020-10-01 #
Breaking Changes #
- the method
mapEventToState
doesn't pass the bloc's state as a parameter anymore
0.7.1 - 2020-09-20 #
Features #
- added
isInitializing
andisInitialized
properties to the abstract Bloc class.