# Storing data from the Flutter app -\> Google Sheets 📊 -- Part 1

DevFeed: [Storing data from the Flutter app -\> Google Sheets 📊 -- Part 1](<https://devfeed.tech/articles/storing-data-from-the-flutter-app-google-sheets-part-1-25754.md>)

Original publisher: [Read original article](<https://blog.shreyaspatil.dev/storing-data-from-the-flutter-app-google-sheets-e4498e9cda5d/>)

Author: Shreyas Patil

Published: 2020-01-10T07:00:44Z

Content type: tutorial

Language: en

Sources: [Shreyas Patil's Blog](<https://devfeed.tech/sources/shreyas-patil-s-blog.md>)

Topics: [Flutter](<https://devfeed.tech/topics/flutter.md>), [Google](<https://devfeed.tech/topics/google.md>), [Database](<https://devfeed.tech/topics/database.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [article](<https://devfeed.tech/tags/article.md>), [database](<https://devfeed.tech/tags/database.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [google](<https://devfeed.tech/tags/google.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [others](<https://devfeed.tech/tags/others.md>), [post](<https://devfeed.tech/tags/post.md>), [request](<https://devfeed.tech/tags/request.md>), [responses](<https://devfeed.tech/tags/responses.md>)

## AI overview

A tutorial showing how to build a Flutter app that sends user feedback to Google Sheets through Google Apps Script. It covers setting up the spreadsheet, creating the script as a web API, handling POST requests, and returning a JSON status response.

## Source excerpt

Learn how to use Google Sheets as a database for your Flutter app. A simple and effective way to store and manage app data using Google AppScript.