tbloc_dart 0.8.0  tbloc_dart: ^0.8.0 copied to clipboard
tbloc_dart: ^0.8.0 copied to clipboard
A dart library that helps you to implement the BLoC pattern.
Changelog #
0.8.0 - 2020-10-01 #
Breaking Changes #
- the method mapEventToStatedoesn't pass the bloc's state as a parameter anymore
0.7.1 - 2020-09-20 #
Features #
- added isInitializingandisInitializedproperties to the abstract Bloc class.