bloc_mixins 0.0.1-dev.1
bloc_mixins: ^0.0.1-dev.1 copied to clipboard
A collection of mixins that provide useful features for Bloc.
0.0.1-dev.1 #
- FEAT: Initial commit
- FEAT: Add
UsecaseStreamfor use case stream management - FEAT: Add
UsecaseProviderfor use case management - FEAT: Add
OneTimeEmitterfor one-time event emission - FEAT: Add
BlocOneTimeListenerfor one-time event listening - FEAT: Add example project for demonstration