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.
- 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.
- In other screen, we'll show feedback responses fetched from Google sheets into the List.
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.
- Flutter Application - Flutter Application Code.
- AppScript Code - Google AppScript code to deploy as Web app for interface between Flutter app and Google sheet.
In flutter, when submit button is pressed, HTTP
POST
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.
When GET
request is sent to the same URL, it returns the List of feedback responses.
You can run this app on web here
Main Feedback Form | Feedback Responses List |
---|---|
Google Sheet Preview::
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.
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!
If you want to contact me, feel free to reach me… Visit My Profile.