- Support flutter_redux >=0.8.2 <0.11.0
- Define MaxLines for State and Action
- Null Safety Support
- Redux 5.0.0+
- flutter_redux 0.8.2+
- redux_dev_tools 0.7.0+
- Upgrade to support Redux 4.x and redux_dev_tools 0.5.x
- Update for Dart 2 & Redux 3.0.0, and redux_dev_tools 0.4.0
- Fix broken Action / State Dialogs for new version of Flutter
- Redesign to fit better in a dev drawer
- Add
ReduxDevToolsContainer
. See changes to your reducers in real time! If this Widget wraps your app, your app will automatically rerun all actions in the DevToolsStore through your reducers on Hot Reload. - Use latest version of
redux_dev_tools
- Move to github
- Document which Redux lib it works with
- Add license to satisfy Pub.
- Fix dependencies
- Initial version, includes a
ReduxDevTools
Widget that allows you to time travel through the states of yourDevToolsStore
. Requires Dart redux and redux_dev_tools.