MichaelMarner / dart-redux-remote-devtools

Remote Devtools for Dart & Flutter
https://pub.dartlang.org/packages/redux_remote_devtools
MIT License
53 stars 10 forks source link

Send current state on connect #2

Closed MichaelMarner closed 6 years ago

MichaelMarner commented 6 years ago

Nothing is sent to remotedev-server until an action has been dispatched after connecting. Let's send the current state on connect.