orca_google_map 0.2.0
orca_google_map: ^0.2.0 copied to clipboard
Orca Gateway plugin for Google Maps — server-driven map rendering with markers, camera control, and gesture events.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add orca_google_mapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
orca_google_map: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:orca_google_map/orca_google_map.dart';