flutter_redux_dev_tools 0.5.2
flutter_redux_dev_tools: ^0.5.2 copied to clipboard
A Time Traveling Redux Debugger for Flutter
Changelog #
0.5.2 #
- Support flutter_redux >=0.8.2 <0.11.0
0.5.1 #
- Define MaxLines for State and Action
0.5.0 #
- Null Safety Support
- Redux 5.0.0+
- flutter_redux 0.8.2+
- redux_dev_tools 0.7.0+
0.4.0 #
- Upgrade to support Redux 4.x and redux_dev_tools 0.5.x
0.3.0 #
- Update for Dart 2 & Redux 3.0.0, and redux_dev_tools 0.4.0
0.2.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
0.1.4 #
- Move to github
0.1.3 #
- Document which Redux lib it works with
0.1.2 #
- Add license to satisfy Pub.
0.1.1 #
- Fix dependencies
0.1.0 #
- Initial version, includes a
ReduxDevToolsWidget that allows you to time travel through the states of yourDevToolsStore. Requires Dart redux and redux_dev_tools.