Package is incompatible with mapbox_maps_flutter package
I have already done a lot of work with the Mapbox map using the mapbox_maps_flutter package version ^2.3.0, and now I need to implement navigation. When I tried to integrate the flutter_mapbox_navigation package version ^0.2.2, errors started to appear after running pod install, stating that the versions of MapboxMaps are incompatible.
I should mention that I tried what someone suggested in the issues, which was using mapbox_maps_flutter version ^0.6.0, and indeed, there were no compatibility errors. However, due to the large amount of code, I can't afford to downgrade the mapbox_maps_flutter version.
Could you please advise if there is any way to use navigation in a project that depends on mapbox_maps_flutter: ^2.3.0?
@solveit-yaroslav-petul yeah, this package is not updated recently. I also have many issues. #392 #391 I reported and but responses. Seems they have stopped maintenance. @eopeter is that continue ? or stopped ?
I'm having the same conflict issues.
I checked in with Mapbox, there is no immediate milestone on their roadmap to release the navigation aspect of Mapbox through a flutter package - so it seems a shame this hasn't been maintained.