google_my_business 0.1.2
google_my_business: ^0.1.2 copied to clipboard
Flutter package to work with Google My Business API. Simplifies connection with GMB API, contains wrappers around requests & responses for multiple endpoints including location, review and others. Mor [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_my_businessThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
google_my_business: ^0.1.2Alternatively, 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:google_my_business/google_my_business.dart';