flutter_dva 1.0.7
flutter_dva: ^1.0.7 copied to clipboard
A Flutter state management library inspired by dva, built on Redux. Supports models, reducers, async effects, loading plugin, and state persistence.
1.0.7 #
- Use generic function type syntax in 'typedef's
1.0.6 #
- Fix file naming to follow
lower_case_with_underscoresconvention - Migrate old
typedefsyntax to generic function type syntax - Fix all import/export references after file renaming
1.0.5 #
- Fix homepage and example links
1.0.4 #
- Add dartdoc documentation comments to all public API elements
1.0.3 #
- Fix CHANGELOG.md to use English only
1.0.2 #
- Improve pubspec.yaml description
1.0.1 #
- Add MIT License
- Rewrite README documentation with English and Chinese versions
- Add pub.dev project link
1.0.0 #
- Implement basic functionality