Redux demonstration app that lets you search Github repositories.
This is a copy of the example program from flutter_redux, with additional support for Remote Devtools.
Get remotedev-server from npm:
npm install -g remotedev-server
Start the server
remotedev --port 8000
Edit main.dart and put in your computer's IP address or host name
Open http://localhost:8000 in a web browser. You should see the remote-devtools window
Run the flutter app
flutter packages get
flutter run
Search repos, see the actions fly through devtools