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

Move to redux-devtools-cli #29

Open nickmeinhold opened 4 years ago

nickmeinhold commented 4 years ago

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.

I found redux-devtools-cli wasn't working and apparently it was because redux-devtools-core was not published but that was recently fixed and redux-devtools-cli does appear to be working for me (at least in the sense that the UI will load in a either a browser or atom window).

I started a doco PR hoping the redux-devtools-cli would "just work" but my app doesn't seem to connect and I can't find an error message anywhere. I'm thinking I'll put the PR up in case it's useful and if I find some time see if I can figure out what's going wrong. I don't really know what I'm doing so I don't necessarily expect to get anywhere but I'd like to see if I can.

Do you have any plans to change to using the redux-devtools-cli? Thanks!

MichaelMarner commented 4 years ago

Looks like we're thinking along the same lines, see my comment on their repo. As soon as I can verify that remote-devtools-cli works out of the box we'll switch over.

nickmeinhold commented 4 years ago

@MichaelMarner I found I had to edit the settings:

Screen Shot 2020-08-08 at 2 53 17 pm

And then it all worked nicely!

Nimrodda commented 4 years ago

@nickmeinhold thank you for sharing the info about redux-devtools-cli. I followed the README.md instructions and tried to connect my app with remotedev-server without any success. After installing redux-devtools-cli I ran in terminal redux-devtools --open and configured the settings as per your screenshot and then magically it started working 😄

@MichaelMarner please consider to update README.md. Thanks a lot for the awesome library 👍

EDIT: Just noticed https://github.com/MichaelMarner/dart-redux-remote-devtools/pull/30 I'd suggest to merge it as I'm pretty sure other users will experience the same issue.

Methuselah96 commented 4 years ago

Note that I am working on getting remotedev.io up and running or switching to a new server. I believe the certificates are just out-of-date.

Methuselah96 commented 4 years ago

The plan is to actually sunset remotedev.io and only allow a custom server. The remotedev.io server was overloaded when previously because people were forgetting to leave it out in production (presumably). I'll work on removing the remotedev.io option and making the local server the default option.