Flutter application into Google Sheets using Google AppScript

  Google Sheets, library, Plugin, Templates, Theme

???? Flutter ???? to Google Sheets ????

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

Flutter Google Sheets App with App Script

You can try the Web version of this app here.

???? Introduction

  • Google Sheets is a very powerful tool ???? if we look deep in it.
  • It provides us with an 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 than 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

⚡️ Project Files

  • Flutter Application – Flutter Application Code.
  • AppScript Code – Google AppScript code to deploy as a Web app for the interface between the Flutter app and Google sheet.

What’s Happening? ????

In flutter, when the button is pressed, HTTP GET the request is called on AppScript URL which retrieves 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 the web here

web app
Google Sheet

As you can see, In the first image, When the Submit Feedback button is Clicked then that feedback is stored in Google Sheet as in the 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 an ⭐️ on Github and sharing it with your friends via social media.

Download Flutter application into Google Sheets using Google AppScript Source code on GitHub

https://github.com/PatilShreyas/Flutter2GoogleSheets-Demo