fluttercommunity / redux.dart

Redux for Dart
https://pub.dev/packages/redux
MIT License
515 stars 61 forks source link

Add remote_devtools to readme #44

Closed MichaelMarner closed 5 years ago

MichaelMarner commented 5 years ago

This PR adds a link to redux_remote_devtools to the README. This package allows you to connect your Redux.dart store to the Redux DevTools from the JS world and debug your actions & state from a flutter app in a web browser.

More info about the library on GitHub:

https://github.com/MichaelMarner/dart-redux-remote-devtools

johnpryan commented 5 years ago

cool! thanks for the contribution!