google_my_business 0.3.0 copy "google_my_business: ^0.3.0" to clipboard
google_my_business: ^0.3.0 copied to clipboard

outdated

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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'login.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        title: 'Google My Business Demo',
        theme: ThemeData(
          primarySwatch: Colors.blue,
        ),
        home: Login());
  }
}
7
likes
0
points
21
downloads

Publisher

verified publisherolegnovosad.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

google_sign_in, http, json_annotation, mockito

More

Packages that depend on google_my_business