The flutter_mapbox_navigation plugin causes build failures due to unresolved references to Theme_AppCompat_NoActionBar in the following files:
- NavigationActivity.kt
- EmbeddedNavigationViewFactory.kt
This issue occurs because the required AppCompat theme is either not included in the plugin's dependencies or improperly referenced.
Steps to Reproduce:
- Add flutter_mapbox_navigation version 0.2.2 to a Flutter project.
- Build the project for Android using flutter build apk.
Observed Error:
Unresolved reference 'Theme_AppCompat_NoActionBar' in:
- NavigationActivity.kt (line 84)
- EmbeddedNavigationViewFactory.kt (line 35)