mapbox/mapbox-navigation-android

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

chachik opened this issue · 4 comments

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 eopeter/flutter_mapbox_navigation#269 with the third-party version. And that complicates further scaling and development.

I am Also Suffering for same