a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Other
125 stars 63 forks source link

Using a GMap from within a material Widget tree? #127

Closed andynewman10 closed 4 months ago

andynewman10 commented 4 months ago

I am a bit experienced with Flutter Android and iOS (including when it comes to using google_maps_flutter) but completely new to Flutter web.

I've looked at your samples and they look great. One thing I like is that your package provides more functionality than, eg., google_maps_flutter_web (that I do not want to use).

One thing is missing: is there a way to embed a GMap within a Material app widget? web_view is not available for the web platform. How can I create a GMap inside the material Widget tree? Is there any sample for this?

andynewman10 commented 4 months ago

Sorry, I misunderstood the fact that google_maps was a dart package, not something specific to Flutter. The package works as expected.