vxstate 2.3.0
vxstate: ^2.3.0 copied to clipboard
VxState is an another state management solution for flutter. It is highly inspired from Redux & VueX.
[2.3.0] #
- Store is not dynamic anymore.
- Minor upgrades
[2.2.0] #
- VxConsumer improved with notifications as optional and also returns status.
- Bug Fixes
[2.1.0] #
- VxBuilder & VxConsumer now returns store.
- Store can be directly accessed as MyStore store = VxState.store
- Status for all async operations
- Bug Fixes
[2.0.1] #
- VxState.listen(to: ) is now VxState.watch(on: )
[2.0.0] #
- Null Safety Enabled
[1.0.1] #
- Enhancements.
[1.0.0] #
- Initial public release.