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
The issue is that you have "All Exceptions" ticked in the debugger, meaning that the debugger will pause on any thrown exception even when it will be caught. If you click "continue" you'll see the web request completes normally and your app does not produce any errors. I would recommend instead only ticking "Uncaught exceptions" because I think provides the behaviour you're expecting.
I've also opened dart-lang/sdk#52423 to enquire whether the SDK could be tweaked to avoid this situation. However it's not itself a bug, and if you run with "All Exceptions" ticked you should always be prepared that the debugger will stop on exceptions that are not actual errors you need to handle/fix.
flutter/flutter#126650
After upgrading Flutter 3.10.0 users have been getting Invalid Internet Address Error when requesting with http.
Issue explained on detail on URL above. Is it http package related to this? thanks!
The text was updated successfully, but these errors were encountered: