Skip to content

Releases: brianegan/flutter_redux

Redux 4 Support, onWillChange Updates

04 Dec 18:45
Compare
Choose a tag to compare
  • Breaking Change: onWillChange now receives previous and new ViewModel
  • Breaking Change: Supports Redux 4.x - 5.0

Converter always run on widget rebuild, Improved Docs

06 Nov 15:48
Compare
Choose a tag to compare
  • Bugfix: Rebuilding the Widget will always rebuild with latest data
  • Enforce pedantic lint rules
  • Docs
    • Document all public members
    • Add more examples to README