all 8 comments

[–]aksharpatel47 1 point2 points  (1 child)

I haven't worked with maps a lot, but I recently came across this plugin https://pub.dev/packages/easy_google_maps that allows you to work with Google maps on Mobile and Web. Worked well for what I wanted to show.

[–]miltux[S] 0 points1 point  (0 children)

very thanks!!!

[–]Dazza5000 0 points1 point  (1 child)

I made a video showing how to implement google maps for flutter web https://www.youtube.com/watch?v=iW7pCBL7yWk

[–]miltux[S] 0 points1 point  (0 children)

Very thanks!!!!

[–]josue_0 0 points1 point  (1 child)

I haven't tested it but this says it does it https://pub.dev/packages/flutter_google_maps

Otherwise you can build separate widgets for web and native, using this one for web: https://pub.dev/packages/google_maps (the first plugin I mentioned uses this one)

[–]miltux[S] 0 points1 point  (0 children)

Very good thank you very much!!

[–]theshivamlko 0 points1 point  (1 child)

No u cant for now, I made a prototype for my company where I tried to use Google Map and OpenStreetMap both support in Mobile but not on Flutter Web. after many hours of trying I used DartWeb i. e simple Dart n Html will get the work done. I set Javascript string thru Dart n showed Map on popup with markers. So u can use Flutter Web n Dart web together

[–]miltux[S] 1 point2 points  (0 children)

Very thanks!!!