google_maps_native_sdk 0.1.0
google_maps_native_sdk: ^0.1.0 copied to clipboard
Native Google Maps plugin for Flutter/FlutterFlow with markers, polylines, caching, events — ideal for mobility apps (e.g., taxi).
Changelog #
0.1.0 #
- Primeira versão do plugin.
- Widget
GoogleMapView
comAndroidView
/UiKitView
. GoogleMapController
com: markers (add/update/remove/clear), polylines (add/remove/clear), câmera (move/animate bounds), estilo de mapa, tráfego, myLocation, padding, snapshot.- Cache de ícones: LRU (Android) e NSCache (iOS), com download assíncrono.
- Exemplo funcional (
example/
) simulando fluxo de corrida (pickup/dropoff/rota/driver).