Google Map Navigation in Flutter

前端 未结 2 1744
既然无缘
既然无缘 2020-12-09 00:06

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 direction

2条回答
  •  爱一瞬间的悲伤
    2020-12-09 00:26

    At the time of writing this answer, the work on inline maps is still in progress. But since the guys at flutter have given others the ability to develop plugins, there are some alternatives.

    You might want to check out :

    https://medium.com/@matthew.smith_66715/maps-in-flutter-a1ac49ab554b

    If you just want to get the location of your user:

    https://pub.dartlang.org/packages/location

    If you want to keep a watch out for new updates, I found some interesting discussions going on here:

    https://github.com/flutter/flutter/issues/73

提交回复
热议问题