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

A Flutter package to interact with Google Sheets API v4.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_sheets

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

dependencies:
  google_sheets: ^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_sheets/google_sheets.dart';
1
likes
95
points
57
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to interact with Google Sheets API v4.

License

MIT (license)

Dependencies

flutter, googleapis, googleapis_auth, http

More

Packages that depend on google_sheets