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
dart-lang/http#538
The breaking change of the http makes all the request originally in string, now must be Uri.
Using Uri.parse to refactor all the place using http package method
0 commit comments