-
### GooleMap displays default markers on surrounding landmarks. However, We can't detect `onTap` for that.
### Use case
let's say I want to set a destination by tapping the default marker on…
-
I am using drift: ^2.19.1+1 and
drift_dev: ^2.19.1 version
i get below given error
```
Error: Method not found: 'BaseReferences'.
Future validateDatabaseSchema(Generate…
-
## Steps to Reproduce
1. Create a new project and add **google_maps_flutter** to it
2. Implement the GoogleMap widget into a new page.
3. Create a new page that will have a button which o…
-
The google_maps package would be awesome, please consider keeping the gestures from ios or android since many desktop computers have a touchscreen
-
Using the following sample from the examples with a button added to perform a rebuild:
```dart
class MyApp extends StatefulWidget {
const MyApp({super.key});
@override
State createState()…
-
Unhandled Exception: type 'Null' is not a subtype of type 'Map' in type cast
E/flutter ( 7790): #0 _$PlacesDetailsResponseFromJson (package:google_maps_webservice/src/places.g.dart:294:50)
E/fl…
-
How can I use .env settings from Swift code?
For example to user this plugin [https://pub.dev/packages/google_maps_flutter](https://pub.dev/packages/google_maps_flutter) I have to setup `AppDelegate.…
-
When poping a Widget which holds a MapWidget I get the following error:
```
MissingPluginException(No implementation found for method platform#releaseMethodChannels on channel plugins.flutter.io)
…
-
Hi Flutter team
**the GoogleMap onTap(latLng) callback is not fired** in the google_maps_flutter_web when the polygon is drawn on the map and the user taps(clicks) on the polygon area.
minimum e…
-
It would be very handy to allow markers on the google maps to be flutter widgets. I know that currently there is already a method to load an image from assets but this is a static marker.
Overlayin…