Skip to content

A Demo application📱 which stores User feedback from 💙Flutter application into Google Sheets🗎 using Google AppScript.

Notifications You must be signed in to change notification settings

cuulee/Flutter2GoogleSheets-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Demo application which stores User feedback from Flutter application into Google Sheets using Google AppScript.

You can try Web version of this app here.

💡 Introduction

  • Google Sheets is a very powerful tool 🔥 if we look into deep in it.
  • It provides us interface using Google AppScript so that we can do various types of operations on Google Spreadsheet.
  • We can perform all types of operations like Reading/Inserting/Updating/Deleting using AppScript on Google Sheets. It's so much powerful and capable that we can even use Google Sheets as a backend of our application 📲.
  • Here we'll develop a sample flutter application, which simply takes user User Feedback, makes HTTP request to Google AppScript and AppScript then stores that feedback in Google Sheets.

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Show some ❤️ and star the repo to support the project

Try App GitHub stars GitHub forks GitHub watchers GitHub followers Twitter Follow Medium Article

⚡️ Project Files

What's Happening? 🤔

In flutter, when button is pressed, HTTP GET request is called on AppScript URL which retireves parameter from request and then appends row data in Google Sheets. Thus, data from flutter in inserted into Google Sheets.

⚡️ Results

You can run this app on web here

As you can see, In first image, When Submit Feedback button is Clicked then that feedback is stored in Google Sheet as in Second image. Hurrah!😍 thus we have successfully implemented Google Sheets with Flutter.

❤️ Found this project useful?

If you found this project useful, then please consider giving it a ⭐ on Github and sharing it with your friends via social media.

Sharing is Caring!

Connect With Me

If you want to contact me, feel free to reach me… Visit My Profile.

About

A Demo application📱 which stores User feedback from 💙Flutter application into Google Sheets🗎 using Google AppScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 82.0%
  • JavaScript 7.5%
  • Kotlin 4.2%
  • Swift 4.0%
  • HTML 1.9%
  • Objective-C 0.4%