spread 0.0.8
spread: ^0.0.8 copied to clipboard
Easiest to implement state management for Flutter. Use any primitive, enum, type or entity as state. Support state event multicasting
0.0.8 #
- reformat sources
- API doc improvements
0.0.7 #
- Implement conditional update of state: Spread Widget constructor now optionally receives a state Condition Function. This function is evaluated on each state change.
0.0.6 #
- fix example
- reformat sources
0.0.5 #
- Migrate core elements (no flutter, dart only) to spread-core package.
0.0.4 #
- README updated.
0.0.3 #
- Documentation updated.
0.0.2 #
- Example improvements.
0.0.1 #
- Initial version.