Google Map Navigation in Flutter
问题 I'm new to flutter. I found Flutter doesn't support inline map, only a static map view. I wanted to build an app which I need to show the driving directions on the map. Is it possible to create the same in flutter? 回答1: you can use android_intent library in flutter for starting googlemaps and get diection in android. library : https://pub.dartlang.org/packages/android_intent and in ios you can use both google api like comgooglemaps or google map url {i choose this one} and maps.apple.com.