Learn How to Save Data from Flutter App to Google Sheets | Flutter Tutorial For Beginners

Поділитися
Вставка
  • Опубліковано 1 бер 2020
  • Learn how to Save Data from Flutter App to Google Sheets, explained step by step.
    source code: github.com/theindianappguy/flutter_google_sheets
    If you found this helpful or you learned something from this and want to thank me, consider buying me a cup of ☕ (it helps & supports me to make more): paypal.me/iamsanskartiwari
    📙 Join 5-Day Flutter Bootcamp for Beginners
    flutternerd.com/free-training/
    🎓More tutorials you may like
    ○ Build a Wallpaper App with Flutter: • Build a Wallpaper App ...
    ○ Build a Recipe App with Flutter: • Build a Recipe App wit...
    ○ Build a Flutter News App with NewsApi Org: • Build a Flutter News A...
    ○ Build a Flutter Firebase Blog App: • Build a Flutter Fireba...
    ○ Building a Travel App UI Design Tutorial: • Building a Travel App ...
    If you like it make sure to 🔥 Subscribe for more: / @indianappguy
    Have questions/queries? 💬 Comment below I will be happy to help
    special thanks to Shreyas Patil: / storing-data-from-the-...
    Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
    Say hi 👋 on Linkedin: linkedin.com/in/lamsanskar/
    Follow me on 🐦 Twitter: Theindianappguy
    🎵Music Credits :
    JPB - High [NCS Release] • JPB - High | Trap | NC...

КОМЕНТАРІ • 209

  • @indianappguy
    @indianappguy  4 роки тому +8

    📱 Want to Learn building whole *Apps from Scratch* ?
    bit.ly/FlutterAppsFromScratch
    🤩 Want to watch more *UI Design with Flutter* ?
    bit.ly/FlutterUiDesign

    • @Tezcivilservices
      @Tezcivilservices 4 роки тому +3

      Please increase your console font size

    • @tbcguy1030
      @tbcguy1030 4 роки тому +1

      I followed with no errors in either flutter or google sheets but my data is not showing up. I used my fields of choice. That's all i changed and the parts I was supposed to change. Any Ideas

    • @tbcguy1030
      @tbcguy1030 4 роки тому +1

      Sorry, i fixed it. double quote around webapp link insted of single Fixed

    • @multazam1
      @multazam1 3 роки тому

      @@tbcguy1030 im facing the same issue. ive replaced the single quotes with the double for webaap in URL part. still data is not being deisplayed on the sheet. can you help

    • @multazam1
      @multazam1 3 роки тому

      I fixed it, the issue was I had not given access to "everyone and even anonymous". once I gave the access it began working. ​ @Sanskar Tiwari thank you for such awesome tutorial

  • @franesober7316
    @franesober7316 4 роки тому +5

    Thanks!!, how could I send my firestore data into a sheet (But this sheet isn't default, it is predesigned) each time user click in a button, download it with his design and his data by uid, if you make a video about that you'd help me a lot in my project! thanks again!

  • @TheUofastudent
    @TheUofastudent 4 роки тому +1

    This was awesome !!!!!! Keep them coming !!!! Amazing flutter add on !!!!

  • @ozgurbuldum6829
    @ozgurbuldum6829 3 роки тому +1

    Very beautiful, clean , neat ! Thanks !!! 👍🏿👏🏿👏🏿👏🏿

  • @BrYarDJ
    @BrYarDJ 4 роки тому

    we can use microsoft excel for create table?
    in flutter? like this ? if we can you can tell us ? thanks.

  • @arushigupta8399
    @arushigupta8399 2 роки тому +1

    This is awsome! Thank you for your tutorials!

  • @aldwinsumalinog2185
    @aldwinsumalinog2185 4 роки тому +4

    Awesome tutorial for integrating to Email automation from Google Sheets data using google scripts.. Flutter app serves as front-end instead of Google forms... thanks for igniting such idea!!!!

    • @indianappguy
      @indianappguy  4 роки тому

      Thanks a lot Aldwin I am glad you liked it, if it added any value consider sharing it so others can benefit too thanks

  • @fedimakni1200
    @fedimakni1200 5 місяців тому

    If you have 2 functions in the spreadsheet app script doGet and another one, how can you distinguish which one to execute from the flatter app?

  • @jeeradatekaowkanchana
    @jeeradatekaowkanchana 3 роки тому +1

    Thank you very much for your time and kindness.

  • @Zizo1st
    @Zizo1st 3 роки тому +1

    You're awesome! Thank you very much.
    Please guys be so careful while copying, one wrong letter in script editor code will run and show result success but won't work, every single letter should match the corresponding letter on Flutter/Dart.
    Another tip: You may need to deploy one or two times in order to get it work (result : success).

  • @worldwideentertainment284
    @worldwideentertainment284 4 роки тому +1

    Hello teacher!
    How to export data from table into an excel online?

  • @wuddlebum
    @wuddlebum 3 роки тому

    When I am using a virtual machine the app works 100%, but as soon as I install it on a phone it just can't submit data. I have set the access type to everyone including anonymous, is there something extra I need to do?

  • @pratikjain3323
    @pratikjain3323 4 роки тому +2

    Great man, clean and clear video! You earned a subscriber.

    • @indianappguy
      @indianappguy  4 роки тому

      Thanks Pratik

    • @pratikjain3323
      @pratikjain3323 4 роки тому +1

      @@indianappguy The data I post will go to a single spreadsheet always. Is there any way, I can do it to send the data to the SpreadSheet for the Google Account the user logged in with in the app?

    • @indianappguy
      @indianappguy  4 роки тому

      @@pratikjain3323 i will make video on that soon

  • @whatgosu-code6557
    @whatgosu-code6557 4 роки тому

    waooo thanks , thanks for sharing your knowledge and more examples please.

  • @prasadkamble8302
    @prasadkamble8302 Рік тому +1

    bro Thank You

  • @zorrocristal8355
    @zorrocristal8355 4 роки тому +1

    Hi, I have a problem and I don't know why
    I/flutter (11135): FormatException: Unexpected character (at character 1)
    I/flutter (11135):

  • @MrJotaceSG
    @MrJotaceSG 4 роки тому +1

    Good work man!

  • @jabeenakkalkot7709
    @jabeenakkalkot7709 3 роки тому

    How to export data table to CSV or Excel using Flutter?

  • @Paratrooper666
    @Paratrooper666 2 роки тому +1

    Hey man, nice Tutorial!!!

  • @azizurrehman7347
    @azizurrehman7347 Рік тому

    I need the source code of different projects based on flutter and dart .
    Can I got it?

  • @MuhammadAli-eu9iu
    @MuhammadAli-eu9iu 3 роки тому

    my app is not working, i am submitting the form but feedback not saved at Google Sheet. What's the problem?

  • @MdShahin-ux9xv
    @MdShahin-ux9xv 10 місяців тому

    Bro, wonderful presentation.
    If possible then please share the controller code.

  • @aronemalicse7888
    @aronemalicse7888 Рік тому

    is there a limitations of using spreadsheet?

  • @ahmedtarek8676
    @ahmedtarek8676 3 роки тому +1

    i have error
    Response: FAILED
    what i do ?
    and iam very sure for code is clear and I make step by step
    and I check the code more than 10

  • @vishalwatts
    @vishalwatts 4 роки тому

    its working good but why getting error in console ?
    I/flutter (29445): FormatException: Unexpected character (at character 1)
    I/flutter (29445):

  • @marioquispe6236
    @marioquispe6236 3 роки тому +1

    Excelente video 👌

  • @thongvo7285
    @thongvo7285 4 роки тому +1

    nice video. Thank you

  • @imadrashid9174
    @imadrashid9174 3 роки тому +2

    Thanks a lot.! Quite helpful
    How to do the reverse of it?
    Like validating user inputs with google sheets for signup?
    I know that's not the conventional way but I need it for my project.

  • @nikhilgurav3204
    @nikhilgurav3204 3 роки тому +1

    you are awesome !!

  • @lakshminarayananm8764
    @lakshminarayananm8764 4 роки тому +3

    Awesome video
    please make a video for get the data from sheets

  • @venkateshkankatala9000
    @venkateshkankatala9000 3 роки тому

    Please provide a video for flutter setup in MacBook

  • @anilrakhecha
    @anilrakhecha 2 роки тому

    great sir

  • @durgeshacharya5607
    @durgeshacharya5607 3 роки тому

    How to fetch data with query parameter?

  • @floodyboy5307
    @floodyboy5307 4 роки тому +1

    Awesome 😎

    • @indianappguy
      @indianappguy  4 роки тому

      Thanks a lot, I am glad you liked it if it added any value do consider sharing it with friends and colleagues so they can Benefit too

  • @MoustafaMahmoud2012
    @MoustafaMahmoud2012 3 роки тому

    Awesome Bro , a big THANK for you.
    May I ask a question , is there a way to make first column for ID to be able to update or delete a specific row via this ID !? it will be awesome bro.

    • @indianappguy
      @indianappguy  3 роки тому +1

      Yes you can will make a tutorial

  • @sudipkuikel7324
    @sudipkuikel7324 3 роки тому +1

    A big THANKS from my side.
    I just want to know how can I pass the data in both google sheets and on next page of app?

    • @indianappguy
      @indianappguy  3 роки тому

      for next page just add arguments to the widget and accept it

  • @omarmehrez3363
    @omarmehrez3363 4 роки тому +1

    Thanks for this Amazing tutorial :) But can i make for every data a own sheet ?

    • @indianappguy
      @indianappguy  4 роки тому

      You are welcome, i didn't get the question?

  • @Ceyphe
    @Ceyphe 3 роки тому +1

    Hello Sanskar, thanks for this amazing tut :D, but i got an error in the controller file, in the submitForm method, it says : "FormatException: Unexpected character (at line 2, character 1) "
    Thanks in advance.

    • @sheshashankar8304
      @sheshashankar8304 2 роки тому +1

      Hey! I got the same error, and here's how I solved it:
      I logged the entire response and figured that it was asking me to sign in to my Google account. This happens when the settings of the Deployment have not been configured properly. Make sure that the "Execute as" option is set to your account (Found as "Me" in the dropdown), so that the script will always be executed with your account, and not ask another person to login to execute it.
      Although this is late, hope it helps you, or anybody that reads this!

  • @ravihirani4182
    @ravihirani4182 4 роки тому +1

    Thanks for this Amazing tutorial :) I want to implement the offline sync with google sheet so if there is no internet, user can still submit the feedback and when connection establish, data will automatically send to google sheet. Any suggestion would be great.

    • @indianappguy
      @indianappguy  4 роки тому

      You can save user data to shared preference and check for connection once connected try again

    • @ravihirani4182
      @ravihirani4182 4 роки тому

      @@indianappguy Thanks for the reply. I just implement that part using firebase. Firestore managing offline part then I created a custom function for Firebase and Google sheet Sync. So now it's working as expected but I'll definitely try your suggested way also.

    • @tbcguy1030
      @tbcguy1030 4 роки тому

      @@ravihirani4182 Would you share what you did with firebase and sync. I am in the same situation, my users often work in remote area with no internet

  • @prashantupadhyay2301
    @prashantupadhyay2301 4 роки тому +3

    If i wanted to add check box type data and drop down for male female and then if i select male how to see it on excel what changes i have to do ?? please help

    • @indianappguy
      @indianappguy  4 роки тому

      well its pretty simple you just need to use drop down and then when user select something then call the function which we created to upload data to google sheets

  • @santamayengbam1430
    @santamayengbam1430 3 роки тому +3

    error:
    The argument type 'String' can't be assigned to the parameter type 'Uri'.dart(argument_type_not_assignable)

    • @namrivegeta
      @namrivegeta 3 роки тому

      have you found the solution for this error?

    • @santamayengbam1430
      @santamayengbam1430 3 роки тому

      @@namrivegeta yes sir

    • @namrivegeta
      @namrivegeta 3 роки тому +1

      @@santamayengbam1430 how did you fix it?

    • @Jifokwan
      @Jifokwan Рік тому

      @@namrivegeta any update on the fix?

    • @namrivegeta
      @namrivegeta Рік тому

      @@Jifokwan I cant remember the solution mate. Sorry🙏🏻

  • @ozonewagle
    @ozonewagle 3 роки тому

    please make video on offline spreadsheets too

  • @ITPROFESSIONAL
    @ITPROFESSIONAL 3 роки тому +1

    great tut , thanks, how can we read the content of the file ?

    • @indianappguy
      @indianappguy  3 роки тому +1

      Working on this tutorial next Sunday 👍

  • @walidbouz8560
    @walidbouz8560 3 роки тому +1

    you should make a code zoom when you coding so we can see clear the code, the sheet code is soo far and unclear to see, thank you anyways

  • @shriharshjadhav
    @shriharshjadhav 3 роки тому

    Hello sir, how to ridirect to new page after clicking on submit form
    Code look like this
    RaisedButton(
    color: Color.blue,
    onPressed:(){ _submitForm()
    },
    ),

    • @rajubhai1796
      @rajubhai1796 3 роки тому

      Use Navigator. pop(context: true)

  • @Takneeki
    @Takneeki 3 роки тому +1

    In case of another submission, will this code add the new data to new row?

  • @jigarkotak3928
    @jigarkotak3928 3 роки тому

    Hi Sanskar Tiwari, Great work was really helpful. Have a question though, I am trying to fetch data from Cloud Firestore (wanted to create a CVS file for Facebook product Catalogue) so when everything is working fine but only issue is that when I try to insert a Firebase storage download URL (which is stored as a string in Firestore), Google sheets would replace all %20 with space and also won't take the token at the end of the URL. Any idea ? what could help. FYI when I print that url in console it is fine and It also works on my app.

    • @indianappguy
      @indianappguy  3 роки тому

      still facing the problem?

    • @jigarkotak3928
      @jigarkotak3928 3 роки тому

      @@indianappguy well there were & and # in the url link which were conflicting with the API call but I figured out a way to replace the characters and replace them again once data is in google sheets

  • @KalinduAragorn
    @KalinduAragorn 3 роки тому +1

    Hi, I used a for loop to upload a list of data to google sheets. But sometimes the rows are overwritten by the next row. any help? I tried giving delays but didn't work

    • @indianappguy
      @indianappguy  3 роки тому

      i faced same problem when using with chrome extension i fixed it will see for this

    • @KalinduAragorn
      @KalinduAragorn 3 роки тому

      @@indianappguy hi, I started using the gsheets plugin and now it works fine..

  • @d-apps2699
    @d-apps2699 4 роки тому +1

    Thanks but how I update a certain row? in your video you just add a new row, I am checking if the row contain certain id, if so I needed to update that same row with new array of data, how can I achieve that?

    • @indianappguy
      @indianappguy  4 роки тому +1

      Will make a video on that

    •  3 роки тому

      @@indianappguy We are waiting ansiously

  • @nikhilgurav1952
    @nikhilgurav1952 3 роки тому +1

    Sir I am not able to fetch feedback, also mobile no is being printed inside feedback column

    • @indianappguy
      @indianappguy  3 роки тому

      i have made a video recently have you seen it?

  • @KanhaiyaKumarSingh-of9zk
    @KanhaiyaKumarSingh-of9zk 3 роки тому +1

    hey man,
    how u r taking string in place of url

  • @sahilkachhap
    @sahilkachhap 2 роки тому +1

    Sir will the data of all users will be stored in this sheet (of your account)or would their data be stored in their own gsheet account

  • @fahadsultan2743
    @fahadsultan2743 4 роки тому +2

    Nice Work brother ! Just wanted to know i wanted to save data in more than one sheets .
    How can I do that?

    • @indianappguy
      @indianappguy  4 роки тому +2

      Create multiple APIs

    • @omarmehrez3363
      @omarmehrez3363 4 роки тому

      Can i make for every send a own data

    • @sahanal8994
      @sahanal8994 3 роки тому

      Hey, did you get how to implement this? Could you please share? @Fahad Sultan

  • @gercilisboa3456
    @gercilisboa3456 4 роки тому +1

    Hi, good Video. So, I create on example using the same code, updating only address "static const String URL =" a and I received this error on runing App:FormatException: Unexpected character (at line 2, character 1)
    I/flutter ( 8437): Could you help-me. Thanks.

    • @gercilisboa3456
      @gercilisboa3456 4 роки тому

      HI, I resolved the problem. The problem configuration on sharing. After realize on first e after that alter, this modify not running in my case. I removed the share and set again. This problem was on share, The code on Flutter running well.

    • @gercilisboa3456
      @gercilisboa3456 4 роки тому

      @Riteek Raj Hi. in my case, the problem was on google security, when I created the code on javascript on sheet, in moment of the share. solution: I removed sharing old on google and set again. I used in parameter of share: "Who has access to the app: " for Anyone ", after that I copied the link to flutter and running same the video. If not success, my email is gercilisboa@gmail.com. thank's. ps: Im brazilian and I learn English, sorry for errors in language. :)

    • @leotacca7015
      @leotacca7015 4 роки тому

      @@gercilisboa3456 ola gerci, tambem sou brasileiro, como faço pra corrigir o erro?

    • @AbhimanyuNaikareWebDeveloper
      @AbhimanyuNaikareWebDeveloper 3 роки тому

      @@gercilisboa3456 Tried, but no success! abhimanyu.naikare@gmail.com

  • @munibmir91
    @munibmir91 4 роки тому +2

    Hi Sanskar,
    Awesome tutorial. Kindly share source code also. cheers!

    • @indianappguy
      @indianappguy  4 роки тому +2

      Already shared mate please check the pinned comment

  • @swarupnayak7737
    @swarupnayak7737 3 роки тому

    Great Content.
    Can u pl share how to upload say a photo or pdf to google drive via flutter.

    • @indianappguy
      @indianappguy  3 роки тому

      Will upload soon Swarup, meanwhile make sure to like and share if you find the video helpful

  • @abhishekdharmik6846
    @abhishekdharmik6846 3 роки тому

    Can you make a tutorial on how to import and export list data to excel file in flutter app using moor library

  • @assoftpro
    @assoftpro 4 роки тому +6

    Good work👌👌👍👍
    Can I call data from this sheet?

    • @indianappguy
      @indianappguy  4 роки тому

      What do you mean?

    • @neelparekh3448
      @neelparekh3448 4 роки тому +1

      @@indianappguy How do you query into Gsheets? Fetch particular data and display in an app?

    • @indianappguy
      @indianappguy  3 роки тому +1

      @@neelparekh3448 making a video on this today 😉

  • @salihkaankoc3415
    @salihkaankoc3415 3 роки тому +3

    First of all, thank you so much for this tutorial! I did everything same, when i press save data, i saw "success" on flutter but it does not write anything to table. I could not find, where is my mistake? :(

    • @mariemjerbi594
      @mariemjerbi594 3 роки тому

      have you found the solution for this error?

    • @ains100
      @ains100 2 роки тому

      the same

  • @vishalvirani5120
    @vishalvirani5120 4 роки тому +3

    Hey Bro, Can you make video on CRUD operation with google sheet

    • @indianappguy
      @indianappguy  4 роки тому +4

      Sure will do

    • @TheUofastudent
      @TheUofastudent 4 роки тому +1

      Did u do a crud on google sheets that would be awesommmeeeeeeee !!!!!!!! Please share video if u did !!!!! Abdel@ualberta.ca

    • @vishalvirani5120
      @vishalvirani5120 4 роки тому

      @@TheUofastudent sure

    •  3 роки тому

      @@indianappguy It would be great !

  • @mirfaisal5183
    @mirfaisal5183 4 роки тому

    hello, i did everything same and infact cloned your code from the github as well, but i am getting an exception , can anyone help me.
    and nothing is being shown in spreadsheet, i tried everything but can't solve it, help will be appreciated.
    this is the exception :
    I/flutter (23770): FormatException: Unexpected character (at character 1)
    I/flutter (23770):

    • @DeepSwimm
      @DeepSwimm 4 роки тому

      Hi Mir Faisal
      I'm also facing the same issue as you highlighted, Please let me know if you find any solution..
      I'll also try it from my side... Thanks

  • @talhawasi5211
    @talhawasi5211 3 роки тому +1

    When I export the app
    The app stops working
    Can you please help me

    • @indianappguy
      @indianappguy  3 роки тому

      what error is it showing, i will try and let you know

  • @alejandrochaparro4912
    @alejandrochaparro4912 3 роки тому +1

    Please help me, the app send me an error:
    " The argument type 'String' can't be assigned to the parameter type 'Uri' "

    • @4030yes
      @4030yes 3 роки тому

      it's the http package. just change to Uri.parse(your string url)

    • @indianappguy
      @indianappguy  3 роки тому

      Thanks a lot Yasmin for helping

  • @ravindraghate2814
    @ravindraghate2814 2 роки тому

    How to enable script editor in Google sheet

    • @indianappguy
      @indianappguy  2 роки тому

      no need to enable just visit it via menu option

  • @omarmehrez3363
    @omarmehrez3363 4 роки тому +3

    I created another field. But it can not be entered. can someone please help?

    • @indianappguy
      @indianappguy  4 роки тому

      what are you struggling with?

    • @victorcardona279
      @victorcardona279 4 роки тому

      When Publish the code, in the Project Version select new and next Update, always when you do a change in the code is necessary to save the Project like a new version.

  • @sayfulin
    @sayfulin 3 роки тому +1

    If you try to write data to a google table in this way at a fast pace, then the data overwrites the lines. Thus, the data is lost. Is there a way to avoid this?

    • @indianappguy
      @indianappguy  3 роки тому

      Yes I faced this and fixed this for one of my chrome extension

    • @indianappguy
      @indianappguy  3 роки тому

      Will check for flutter

  • @JuanPerez-vv5lk
    @JuanPerez-vv5lk 2 роки тому +1

    can you do a video to download any file from google drive ?

  • @manurajput8421
    @manurajput8421 3 роки тому

    how to make employee management system app in flutter using excel

    • @indianappguy
      @indianappguy  2 роки тому

      just use this and you can what are you missing?

  • @gauthierngindu2881
    @gauthierngindu2881 3 роки тому +1

    how to reset the all fields after submitting the data?

    • @indianappguy
      @indianappguy  3 роки тому

      Use edittext controller and set value to ""

    • @gauthierngindu2881
      @gauthierngindu2881 3 роки тому

      @@indianappguy sir after clicking the botton all the date still on the textfield so i want after clicking the botton and sending the data to the spreadsheet to remove all the data on the textfield, to clear the all textfield

  • @angeliux575
    @angeliux575 4 роки тому +1

    Increíble

  • @ahmadsalmankhan3200
    @ahmadsalmankhan3200 2 роки тому

    Hi, how to add offline support?

    • @indianappguy
      @indianappguy  2 роки тому

      how exactly you want offline support to work?

    • @ahmadsalmankhan3200
      @ahmadsalmankhan3200 2 роки тому

      @@indianappguy basically, People could use the app to add entries without an internet connection and whenever the phone gets connected to internet the spp sends the entry to googlesheet in the background.

  • @jawadahmed6190
    @jawadahmed6190 4 роки тому +1

    I cannot see the mobile number .Where it gone?

    • @victorcardona279
      @victorcardona279 4 роки тому +1

      I had the same problem, change the name of the row for Mobile, in the code change the name of the variable
      var mobile = request.parameter.mobile;
      and Publish, in the popup window select in the project version New, is necessary always when you add a change in the code save a new version, if you don't do that, the new entry data in the flutter app, does not appear in the Sheet document.

  • @Mayanktaker
    @Mayanktaker 4 роки тому +1

    Tiwari ji Flutter + Wordpress par Videos bana do yaar..

  • @KristofferFortuna
    @KristofferFortuna 3 роки тому +1

    FormatException: Unexpected character (at character 1)
    I/flutter (31111):
    I/flutter (31111): ^

    • @ilhamuket
      @ilhamuket 3 роки тому +1

      i have same problem

  • @user-rk9uv8le4g
    @user-rk9uv8le4g 3 роки тому

    hey bro! i love your tutorials!
    i tried to build by myself but im getting a error XMLHttpRequest error, and then i copy your code from git, and i get a success message but the data dosent show on the google sheet,
    please help me with that...
    thanks man and keep uploading videos :)

  • @muhammadkadi381
    @muhammadkadi381 4 роки тому +1

    Can we get data from Google sheets?

  • @walidbouz8560
    @walidbouz8560 3 роки тому

    this._mobileNo, this._feedback
    YOU REVERSED this 2
    now i fix it but still have phone number not showing in the sheet

    • @TV-dz2pz
      @TV-dz2pz 3 роки тому +2

      Hi. I solved this problem.
      You try to change mobileNo to something else,
      The important thing is to change the part defined by ?mobileNo_$mobileNo as well.
      For reference, I changed from mobileNo to tel.
      1. var tel = request.parameter.tel; // (on the google website apps script)
      2. # save it and re publish again
      3. String _tel; // (on the feedback_form.dark)
      3. String toParams() => "?name=$_name&email=$_email&tel=$_tel&feedback=$_feedback";

    • @walidbouz8560
      @walidbouz8560 3 роки тому

      @@TV-dz2pz yes i figured out thank you so much

  • @leotacca7015
    @leotacca7015 4 роки тому +1

    Can someone help me? I/flutter (26721): FormatException: Unexpected character (at line 2, character 1)
    I/flutter (26721):
    I/flutter (26721): ^

    • @tomerbitan2742
      @tomerbitan2742 3 роки тому

      hey , exact same problem if you guys find the solution please share

    • @mubeennaeem4470
      @mubeennaeem4470 3 роки тому

      Have you guys resolved the issue

    • @mubeennaeem4470
      @mubeennaeem4470 3 роки тому

      I am facing same issue

    • @rajubhai1796
      @rajubhai1796 3 роки тому

      It's pretty simple to solve the issue. Just go to sheets and publish the app again. On project version just select New and thats it. Issue will be resolved

    • @AbhimanyuNaikareWebDeveloper
      @AbhimanyuNaikareWebDeveloper 3 роки тому

      @@rajubhai1796 Not working still !

  • @yarralakshmigayathri6377
    @yarralakshmigayathri6377 4 роки тому +1

    Hi, Can you please share source code also.

  • @davidkanai6944
    @davidkanai6944 4 роки тому +2

    source code please

  • @Gunefy
    @Gunefy 3 роки тому

    Hey man it is not working at all

    • @indianappguy
      @indianappguy  3 роки тому +1

      what happened? i am building production applications with this its 100% working.

    • @saurabhjadhavv
      @saurabhjadhavv 3 роки тому

      @@indianappguy lib/controller.dart:19:26: Error: The argument type 'String' can't be assigned to the parameter type 'Uri'.
      'Uri' is from 'dart:core'.
      await http.get(URL + feedbackForm.toParams()).then(
      ^
      Failed to compile application.