Redux version of the Flutter counter app.
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
Hit that button, increment the counter, see the actions fly through
Use the time travel slider to move back and forth through state changes!