mapbox / mapbox-navigation-android

Mapbox Navigation SDK for Android
https://docs.mapbox.com/android/navigation/overview/
Other
618 stars 318 forks source link

Is there a plan to support the flutter version of the Mapbox Navigation SDK? #7790

Open chachik opened 2 months ago

chachik commented 2 months ago

New Feature

MapBox supports the official Flutter version of the Mapbox Navigation SDK for Android and iOS

Reason

After switching our app from the third-party MapBox SDK version https://pub.dev/packages/mapbox_gl to the official one https://pub.dev/packages/mapbox_maps_flutter, the app works much more stable. We are very thankful for that. But now, we cannot use new versions of it, because of the outdated Navigation Plagin https://pub.dev/packages/flutter_mapbox_navigation, which is not updated anymore.

Also, we are experiencing the following issue https://github.com/eopeter/flutter_mapbox_navigation/issues/269 with the third-party version. And that complicates further scaling and development.

lavkushry1 commented 1 month ago

I am Also Suffering for same