How do you correctly add query parameters to a Dart http get request? I been unable to get my request to respond correctly when trying to append the '?param1=one¶m2=two' to my url, yet it works …
I am trying to create a sample application with flutter (fresh installation) android studio is also installed (fresh installation)
Here is the output of flutter run
flutter run
No connected devices.
the output of flutter doctor
Doctor summary (to see …