google_maps_native_sdk 0.2.0 copy "google_maps_native_sdk: ^0.2.0" to clipboard
google_maps_native_sdk: ^0.2.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.2.0 #

EN

  • Navigation (Directions + Voice + Follow): new Dart helper with MapNavigator.start(...) and NavigationOptions to fetch a Google Directions route, draw the polyline, follow the user with the camera, and speak step instructions (TTS). Includes simple re-route when off-route.
  • Camera: new animateCamera(target, {zoom, tilt, bearing, durationMs}) method in GoogleMapController (native Android/iOS updated).
  • Docs: README updated with navigation usage.
  • Dependencies: added http, geolocator, flutter_tts (the app remains responsible for location permissions).

PT-BR

  • Navegação (Rotas + Voz + Follow): novo helper em Dart com MapNavigator.start(...) e NavigationOptions para buscar rota (Google Directions), desenhar a polyline, seguir a localização do usuário com a câmera e falar as instruções (TTS). Inclui re-roteamento simples ao sair da rota.
  • Câmera: novo método animateCamera(target, {zoom, tilt, bearing, durationMs}) no GoogleMapController (Android/iOS nativos atualizados).
  • Docs: README atualizado com uso de navegação.
  • Dependências: adicionadas http, geolocator, flutter_tts (o app continua responsável por permissões de localização).

0.1.0 #

EN

  • First release of the plugin.
  • GoogleMapView widget with AndroidView / UiKitView.
  • GoogleMapController with: markers (add/update/remove/clear), polylines (add/remove/clear), camera (move/fit bounds), map style, traffic, myLocation, padding, snapshot.
  • Icon cache: LRU (Android) and NSCache (iOS) with async download.
  • Functional example (example/) simulating a ride flow (pickup/dropoff/route/driver).

PT-BR

  • Primeira versão do plugin.
  • Widget GoogleMapView com AndroidView/UiKitView.
  • GoogleMapController com: markers (add/update/remove/clear), polylines (add/remove/clear), câmera (move/fit 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).
1
likes
0
points
911
downloads

Publisher

unverified uploader

Weekly Downloads

Native Google Maps plugin for Flutter/FlutterFlow with markers, polylines, caching, events — ideal for mobility apps (e.g., taxi).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter, flutter_tts, geolocator, http, plugin_platform_interface

More

Packages that depend on google_maps_native_sdk

Packages that implement google_maps_native_sdk