mono_bloc_flutter 1.2.1
mono_bloc_flutter: ^1.2.1 copied to clipboard
Flutter widgets and utilities for mono_bloc. Provides MonoBlocActionListener for handling side effects in Flutter apps.
1.2.1 #
- Bump mono_bloc to 1.2.1
1.2.0 #
- Bump mono_bloc to 1.2.0 (generated action classes are now public and the
actionsstream is strongly typed;MonoBlocActionListeneris unaffected)
1.1.0 #
- Fixed
MonoBlocActionListenerto rebind when the bloc instance changes: it now unsubscribes from the old bloc and subscribes to the new one, fixing lost actions and a leaked subscription after a bloc swap - Guard action handlers with
context.mountedbefore using the build context - Added widget tests
- Bump mono_bloc to 1.1.0
1.0.7 #
- Bump mono_bloc version to 1.0.7
1.0.6 #
- Bump mono_bloc to 1.0.6
1.0.3 #
- Documentation updates, generation fixes
1.0.2 #
- Documentation updates
1.0.1 #
- Documentation updates
1.0.0 #
- Initial release of the project.