bloc_presentation_test 1.0.2 bloc_presentation_test: ^1.0.2 copied to clipboard
A testing library for Blocs/Cubits which mixin BlocPresentationMixin. To be used with bloc_presentation package.
1.0.2 #
- Make
StreamController
a broadcast one inwhenListenPresentation
.
1.0.1 #
- Make
MockPresentationCubit
andMockPresentationBloc
presentation streams broadcast ones.
1.0.0 #
- Bump dependency on
bloc_presentation
to^1.0.0
1.0.0-pre.1 #
- Add
blocPresentationTest
function
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
.