karthiga812
Results
2
issues of
karthiga812
**Describe the bug** I'm trying to add static http headers to my API call like in the example. @Headers({ 'Content-Type': 'application/json', 'Custom-Header': 'Your header', }) But I'm getting an error...
I'm calling MapsLauncher.launchQuery(fullAddress); in my flutter app. This opens up the chooser dialog on my Android device. Zoom is one of the open with options. Expected - To open google...