mavix 0.1.3
mavix: ^0.1.3 copied to clipboard
A lightweight Flutter state manager with separate streams for persistent state and one-time UI activities.
Changelog #
All notable changes to this project will be documented in this file.
0.1.3 #
- Updated package screenshots.
- Set the Mavix logo as the package preview.
- Added the Mavix flow diagram as an additional screenshot.
0.1.2 #
- Improved README.
- Added Mavix flow diagram.
- Updated the example application.
0.1.1 #
- Improved the published example so the pub.dev example tab shows a complete single-file Mavix flow.
- Removed public README comparisons to other state management packages.
0.1.0 #
- Added
Mavix<State, Activity>. - Added persistent state support.
- Added one-time activity support.
- Added
updatefor state changes. - Added
sendfor one-time activities. - Added
MavixProvider. - Added
MavixBuilder. - Added
MavixSelector. - Added
MavixListener. - Added automatic lifecycle management.
- Added unit and widget tests.
- Added example application.
