lightweight_bloc 0.0.5+4
lightweight_bloc: ^0.0.5+4 copied to clipboard
A lightweight implementation of the Bloc pattern
0.0.5+4 #
- Use BehaviorSubject to restore previous behavior
0.0.5+3 #
- Fix a bug where bloc cannot emit new states
0.0.5+2 #
- Make initialState getter optional
- Fix BlocConsumer
0.0.5+1 #
- Update Provider version
0.0.5 #
- Remove RxDart dependencies
- Add BlocConsumer
- Make Bloc a Stream
- Reduce Bloc syntax
- Allow Blocs to create initialState in constructor
0.0.4 #
- Add MultiBlocProvider
0.0.3+1 #
- Fix BlocObserver import
0.0.3 #
- [BREAKING] Default to auto init bloc upon construction
- Public Nullable class
0.0.2 #
- Use State instead of Model for better consistency.
0.0.1 #
- Add basic functionality