Nick Meinhold
Nick Meinhold
**Is your feature request related to a problem? Please describe.** When working on a Flutter DevTools 'plugin' (the plugin architecture hasn't arrived yet so for now I'm directly editing the...
**Is your feature request related to a problem? Please describe.** I found this helpful example https://github.com/DanTup/github-codespaces-flutter-web But when I run via the provided launch config (setting the auto-forwarded port to...
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...
Hello, thank you for your hard work, the book is already a great resource! When I click on any of the "contribute" links I get: ![Uploading Screenshot 2023-03-15 at 16.35.26.png…]()
Hello and thank you for your work! When I follow the instructions in the README on adding the dependency as a Git package, I get the following error: ```sh Resolving...
Thanks for making this plugin! I'm on an ARM mac and had build errors about needing an arm64 binary when I tried to use the plugin. I checked and running...
This change adds support for web apps because browsers only speak grpc-web, not grpc. We now use GrpcOrGrpcWebClientChannel which works just like the previously used ClientChannel when not on web....
I basically just took @penguisnt code froml #123 and split it into multiple commits (thanks for that btw!) I setup a test project so I could run the auth tests...