google_my_business 0.3.4
google_my_business: ^0.3.4 copied to clipboard
Flutter package to work with Google My Business API. Simplifies communication & interaction with GMB API endpoints.
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.3.4Alternatively, 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';