dart-redux-remote-devtools icon indicating copy to clipboard operation
dart-redux-remote-devtools copied to clipboard

Remote Devtools for Dart & Flutter

Results 9 dart-redux-remote-devtools issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

question

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. ![image](https://user-images.githubusercontent.com/9100419/88740590-c1745d00-d17c-11ea-9445-beba12634875.png) However when clicking with Flutter we get "Unknown commans (sic): COMMIT. Ignoring" ![image](https://user-images.githubusercontent.com/9100419/88740629-db15a480-d17c-11ea-937b-8ca37554c01e.png)

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.

enhancement
blocked

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