Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 730 Bytes

Changelog

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 ReduxDevTools Widget that allows you to time travel through the states of your DevToolsStore. Requires Dart redux and redux_dev_tools.