You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.19.0-2.0.pre.133, on Mac OS X 10.15.3 19D76, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.4.1)
[✓] Android Studio (version 3.6)
[✓] VS Code (version 1.44.2)
[✓] Connected device (1 available)
The text was updated successfully, but these errors were encountered:
Sorry! My bad!
I started setting breakpoints and noticed a close() call in my SchedulerApiClient - this was being called by the hot reload process.
Removed it.
get_it works as expected.
Uh oh!
There was an error while loading. Please reload this page.
After switching to get_it (
get_it: ^4.0.2
), my flutter app starts failing with this error:NOTE that one call goes through the HTTP client, after that calls through the client error out with the above.
Here is what my setup looks like (trimmed for brevity):
Let me know if I am doing anything wrong.
The text was updated successfully, but these errors were encountered: