google_meet_sdk 0.0.2 copy "google_meet_sdk: ^0.0.2" to clipboard
google_meet_sdk: ^0.0.2 copied to clipboard

A flutter package which will help you to add google meet in your projects and also help you to create, modify and delete calender events and notify the attendee

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_meet_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  google_meet_sdk: ^0.0.2

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_meet_sdk/google_meet_sdk.dart';
20
likes
130
pub points
68%
popularity

Publisher

unverified uploader

A flutter package which will help you to add google meet in your projects and also help you to create, modify and delete calender events and notify the attendee

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

firebase_auth, flutter, google_sign_in, googleapis, googleapis_auth, http, platform_metadata

More

Packages that depend on google_meet_sdk