MichaelMarner / dart-redux-remote-devtools

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

flutter: Unknown type:START #8

Closed kadza closed 5 years ago

kadza commented 5 years ago

In the app console I receive: flutter: Unknown type:START.

Just by looking at the network traffic it seems that the event doesn't do anything relevant and just indicates that the communication has started. It isn't critical, but it would be nice to have a message indicating that's everything is setup correctly instead of Unknown type:START ;)

MichaelMarner commented 5 years ago

You are correct. START should be quietly handled by us.