gsheets_get 0.0.4 copy "gsheets_get: ^0.0.4" to clipboard
gsheets_get: ^0.0.4 copied to clipboard

Flutter package to obtain data from a public Google sheets spreadsheet. 1-The spreadsheet must be published as a web page. 2-Enter the spreadsheet Id in GSheetsGet

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gsheets_get

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

dependencies:
  gsheets_get: ^0.0.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:gsheets_get/gsheets_get.dart';
3
likes
40
pub points
13%
popularity

Publisher

unverified uploader

Flutter package to obtain data from a public Google sheets spreadsheet. 1-The spreadsheet must be published as a web page. 2-Enter the spreadsheet Id in GSheetsGet

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on gsheets_get