- Adds StreamBloc
- Adds Stream Bloc Example
- Removes flutter_bloc and adds bloc^
- Removes StreamProvider since this slows the navigation
- adds 100% test coverage
- Fixes linter warnings
- Added option to make right of either as nullable
- Listen to streams even when there is an error
- Bumped bloc^ to latest version
- Added
MultipleStreamMixin
- Added
StreamProvider