bloc_presentation_test 0.3.0 bloc_presentation_test: ^0.3.0 copied to clipboard
A testing library for Blocs/Cubits which mixin BlocPresentationMixin. To be used with bloc_presentation package.
0.3.0 #
- Bump dependency on
bloc_presentation
to^0.4.0
(#25)
0.2.0 #
- Bump minimum Flutter version to
3.10.0
(#22) - Bump dependency on
mocktail
to^1.0.0
(#22)
0.1.1 #
- Increase max Dart version constraint to 4.0.0.
- Add Flutter to dependencies.
0.1.0 #
- Initial release. Includes
MockPresentationBloc
/MockPresentationCubit
andwhenListenPresentation
.