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?
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?