// the find
mapbox/flutter-mapbox-gl
Moved to https://github.com/tobrun/flutter-mapbox-gl
An early-stage Flutter plugin wrapping Mapbox GL Native for Android. The project was abandoned by Mapbox in March 2019 — the README itself tells you to go to a community fork instead. Do not use this repo.
- The redirect to tobrun/flutter-mapbox-gl is at least honest and immediate — you won't waste time wondering why nothing works
- The Android-only scope was appropriately scoped for a prototype, rather than shipping broken iOS support
- Officially dead — last commit 2019, no Mapbox maintenance, the org repo exists only as a redirect sign
- Android-only at abandonment; iOS stub is present but empty (MapboxGlPlugin.m is a skeleton)
- The plugin API surface exposed is minimal: essentially just rendering a map view, no annotation, gesture, or style control
- Any code here targets Flutter and Mapbox SDK versions from 2018-2019 — nothing will compile against a current Flutter toolchain without significant work