flutter_google_maps_webservice_sal 0.0.1
flutter_google_maps_webservice_sal: ^0.0.1 copied to clipboard
Google Maps Web Services [API](https://developers.google.cn/maps/web-services)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_google_maps_webservice_salThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_google_maps_webservice_sal: ^0.0.1Alternatively, 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:flutter_google_maps_webservice_sal/directions.dart';
import 'package:flutter_google_maps_webservice_sal/distance.dart';
import 'package:flutter_google_maps_webservice_sal/geocoding.dart';
import 'package:flutter_google_maps_webservice_sal/geolocation.dart';
import 'package:flutter_google_maps_webservice_sal/places.dart';
import 'package:flutter_google_maps_webservice_sal/staticmap.dart';
import 'package:flutter_google_maps_webservice_sal/timezone.dart';