All Projects → PatilShreyas → Flutter2googlesheets Demo

PatilShreyas / Flutter2googlesheets Demo

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

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter2googlesheets Demo

Magento2 Import Export Sample Files
Default Magento 2 CE import / export CSV files & sample files for Firebear Improved Import / Export extension
Stars: ✭ 68 (-70.18%)
Mutual labels:  google-sheets
Googlesheets
best code I've tested in Google Sheets
Stars: ✭ 109 (-52.19%)
Mutual labels:  google-sheets
Spreadsheetfs
Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage
Stars: ✭ 137 (-39.91%)
Mutual labels:  google-sheets
Website Monitor
Website Uptime Monitor built with Google Apps Script
Stars: ✭ 76 (-66.67%)
Mutual labels:  google-sheets
Node Google Spreadsheet
Google Sheets API (v4) wrapper for Node.js
Stars: ✭ 1,369 (+500.44%)
Mutual labels:  google-sheets
Robinhood Google Sheets
Robinhood Custom Functions for Google Sheets 📈
Stars: ✭ 117 (-48.68%)
Mutual labels:  google-sheets
Firetable
Excel/Google Sheets like UI for Firebase/Firestore. No more admin portals!
Stars: ✭ 1,115 (+389.04%)
Mutual labels:  google-sheets
Localizable Sheet Script
A Google Sheets script that will take a sheet in a specific format and return iOS and Android localization files.
Stars: ✭ 197 (-13.6%)
Mutual labels:  google-sheets
Importjson
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
Stars: ✭ 1,705 (+647.81%)
Mutual labels:  google-sheets
Gesi
Google Sheets ESI Add-on
Stars: ✭ 135 (-40.79%)
Mutual labels:  google-sheets
Leaflet Maps With Google Sheets
Customize Leaflet maps with a linked Google Sheets template and GeoJSON data on GitHub
Stars: ✭ 77 (-66.23%)
Mutual labels:  google-sheets
Importjsonapi
Use JSONPath to selectively extract data from any JSON or GraphQL API directly into Google Sheets.
Stars: ✭ 90 (-60.53%)
Mutual labels:  google-sheets
Gspread Dataframe
Read/write Google spreadsheets using pandas DataFrames
Stars: ✭ 118 (-48.25%)
Mutual labels:  google-sheets
Luigi Warehouse
A luigi powered analytics / warehouse stack
Stars: ✭ 72 (-68.42%)
Mutual labels:  google-sheets
Auto Youtube Subscription Playlist 2
Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
Stars: ✭ 136 (-40.35%)
Mutual labels:  google-sheets
Google rat
A Remote Access Tool using Google Apps Script as the proxy for command and control.
Stars: ✭ 64 (-71.93%)
Mutual labels:  google-sheets
Df2gspread
Manage Google Spreadsheets in Pandas DataFrame with Python
Stars: ✭ 114 (-50%)
Mutual labels:  google-sheets
Gspread Pandas
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
Stars: ✭ 226 (-0.88%)
Mutual labels:  google-sheets
Exportsheetdata
Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
Stars: ✭ 170 (-25.44%)
Mutual labels:  google-sheets
Cryptocurrency Portfolio
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Stars: ✭ 134 (-41.23%)
Mutual labels:  google-sheets

📱 Flutter 💙 to Google Sheets 📊

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.
  • 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.

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 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.

⚡️ Results

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.

❤️ 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].