Flutter2GoogleSheets-Demo
A Demo application📱 which stores User feedback from 💙Flutter application into Google Sheets🗎 using Google AppScript.
AI Summary
Flutter to Google Sheets Demo
Demo: Store Flutter feedback to Sheets via GAS
Target Users
Developers of any level building demo/learning apps to test Flutter–Sheets integration via GAS
Problems Solved
Lack of a clear example for Flutter–GAS–Sheets data send/receive
Tags
Main Features
End-to-end demo
Shows the flow: Flutter → GAS Web App → Google Sheets for submit and fetch
HTTP flow described
README clarifies POST to append rows and GET to fetch feedback list
Live web demo
Provides a live web URL to try the app in the browser
Project structure
Indicates where Flutter code and AppScript code (code.gs) are located
Usage Examples
Behavior overview (from README)
Public information is insufficient; no code snippet is provided in the README. The described flow is:
- On submit, send an HTTP POST to the AppScript URL to append a row in Google Sheets
- A GET request to the same URL returns the feedback list
Demo: https://patilshreyas.github.io/Flutter2GoogleSheets-Demo/demo/