-
I got this while running the project.
The plugin `google_map_location_picker` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, tr…
-
Hello,
Thanks for sharing such a useful package for integrating various Google APIs under one roof.
I am glad using it. But I am facing issues with pricing because in Google Autocomplete requests…
-
Error Stack
type 'Future' is not a subtype of type 'Future'
E/flutter (31523): #0 FlutterGooglePlacePicker.launchPlacePicker (package:flutter_google_place_picker/flutter_google_place_picker.d…
-
i can not draw route, my error: [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: NoSuchMethodError: The getter 'iterator' was called on null.
-
https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
If you don't include the API key in an iOS app the google_maps_flutter plugin will crash hard with the following with no …
-
### Steps to reproduce
1. flutter create .
2. flutter pub add google_maps_flutter
3. pass through installation guide in readme
4. create GoogleMap widget with a single dashed polyline and specific…
-
The method `GoogleMapController#getVisibleRegion` should return a `VisibleRegion` with the following fields:
- farLeft
- farRight
- nearLeft
- nearRight
- latLngBounds (The smallest bou…
-
## Steps to Reproduce
1. Create a new Flutter application on stable/beta/dev/master (reproduces on stable and master, haven't tested on beta or dev).
2. Replace main.dart with the code fou…
-
A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time).
-
`FlutterGoogleStreetView(
initPos:LatLng(13.5895478, 108.4401173),
)
`
13.5895478, 108.4401173 There is no street view at this longitude and latitude, and it will…