dart-redux-remote-devtools
dart-redux-remote-devtools copied to clipboard
Remote Devtools for Dart & Flutter
Hi, I tried the example as mentionned on pub.dev but the app runs in timeout because it cannot connect to remote devtools and the used port is not the one...
My environment setup is: - macOS Catalina - iOS Simulator - redux_remote_devtools: 1.0.2 - redux_dev_tools: 0.5.2 - redux: 4.0.0 I use the following code to setup my store: ``` import...
Just the documentation changes for #29 - app is currently not connecting to the server - created a draft PR and will look into why an app won't connect to...
I imagine you're well aware the RemoteDev Server package is no longer being updated, was renamed to `redux-devtools-cli` and merged into [`redux-devtools` monorepo](https://github.com/reduxjs/redux-devtools). I found `redux-devtools-cli` wasn't working and [apparently](https://github.com/reduxjs/redux-devtools/issues/454)...
I've started getting this exception recently - occurs during app load - doesn't appear to stop remote-devtools working [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: Bad state: Future already completed Stack Trace ```sh #0...
The "commit" button in redux dev tools usually clears the action list and commits state.  However when clicking with Flutter we get "Unknown commans (sic): COMMIT. Ignoring" 
This is most likely an issue with `socketcluster_client`, but putting it here for reference. Add ability for the middleware to automatically attempt to reconnect to remote devtools.
Trying to install dependency I get this error: The current Dart SDK version is 3.2.5. Because redux_remote_devtools >=3.0.0 depends on redux_dev_tools ^0.7.0 and redux_remote_devtools =2.0.0