Skip to content

ajbgdj/flutter-google-sheets-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Sheets Backend example

This is a Google-Sheets-powered application, that can get a list of all the data, delete data and add data.

Installation

  1. Create a configs folder at the root of the project
  2. Create a secrets.dart folder inside it
  3. Add the following:
const credentials = r'''<your-google-cloud-json>''';

const String sheetId = '<sheets id>';

const String worksheetTitle = '<worksheet title>';

Now you will be able to run the app!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 61.7%
  • HTML 28.5%
  • Swift 8.5%
  • Other 1.3%