google_my_business 0.3.4 copy "google_my_business: ^0.3.4" to clipboard
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_business

This 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.4

Alternatively, 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';
7
likes
140
pub points
40%
popularity

Publisher

verified publisherolegnovosad.com

Flutter package to work with Google My Business API. Simplifies communication & interaction with GMB API endpoints.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, google_sign_in, google_sign_in_platform_interface, http, json_annotation

More

Packages that depend on google_my_business