meowchannel 1.0.3 meowchannel: ^1.0.3 copied to clipboard
Lightweight Redux implementation for Flutter with async workers, combiners... and cats!
[1.0.0] - Initial release #
- Redux implementation for Dart with Workers.
- :3
[1.0.0+1, 1.0.0+2] - Fixes #
- Fixed variable naming prior to dart linter
[1.0.1] - Flutter renovations! :D #
- Merged WidgetStoreProviderMixin and StoreProvider together
- Removed redundant cache implementation
[1.0.2] - Store hooks #
- Added store hooks
[1.0.3] - Bug fixes #
- Fixed a bug, where the first build of
StoreState
gets null ingetState()
- Updated dependencies