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

Made instance name configurable #31

Closed Nimrodda closed 4 years ago

Nimrodda commented 4 years ago

Instance name is currently hardcoded to flutter. When debugging multiple apps simultaneously, it's hard to distinguish which state belong to which app. I made instance name configurable via the middleware as an optional argument to the constructor. The default remains flutter.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 138


Totals Coverage Status
Change from base Build 132: 0.08%
Covered Lines: 85
Relevant Lines: 92

💛 - Coveralls
MichaelMarner commented 4 years ago

LTGM! Thanks for the contribution 👍