Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

Trying to create a sign up page with TextFormField to be side by side. Help!
I wanted to create a sign up page with first name, last name, email, and password. I want the first name field and last name field to be side by side. I tried putting the field for first and last name inside a row but it doesn't work.Like so:_______First Name_______ _______Last Name_______​_______________________Email________________________​_____________________Password______________________

March 24, 2020 at 09:40PM by hengalvin
https://ift.tt/39inPea
New post on /r/flutterdev subreddit:

Build a Recipe App Recipe App with Flutter | Flutter Tutorial For Beginners
Full FREE Course : https://youtu.be/VTR5HpRfS0AIn todays episode we are going to take the basics of #flutter and we are going to create a real world application. We are going to learn how to build a food recipe application using only flutter.📕 Things covered in this video:Fetch data from an api with flutterHow useState in flutterHow to pass down data in flutter on widgetsHow to show a grid viewIf you are a beginner with flutter I highly encourage you to follow along because you are going to learn how to put all the small pieces together to understand things like how to fetch data from an api, how to update state and more

March 24, 2020 at 01:31PM by theindianappguy
https://ift.tt/2JeRIS4
New post on Flutter Dev Google group:

Screen cast to external source such as ChromeCast, AppleTV, HDMI display port on iPad Pro
Hi all, *Quick intro* I've been a developer since 1995 and now inspired by Flutter decided to build an app that will help to communicate in different languages. The main use is for meetups, conferences and presentations. *So what's the problem?* The app is requesting a translated text. On

March 25, 2020 at 08:01AM by Jakub Mroz
https://ift.tt/33I0Xn0
New post on Flutter Dev Google group:

Decoding json on rest call
*Hi I have a question about the code below, the function must cast a json the problem lies in the fact that when I print the value variable I display the json while not decoding, how can I solve this? that is, it does not decode. * static Future
New post on /r/flutterdev subreddit:

Flutter Keys — When, Where and Which one?
https://ift.tt/3bq3DZb

March 25, 2020 at 09:48AM by Elixane
https://ift.tt/2Utf6jG
New post on /r/flutterdev subreddit:

Write a simple and flexible tween animation library
https://ift.tt/2QKueYX

March 25, 2020 at 05:30AM by GeorgeFeili
https://ift.tt/3bvdrRT
New post on Flutter Dev Google group:

CRUD flutter firebase & UPDATING rather then creating new
i have a function that creates and add new data to the cloud firestore! i want the function to check if the documents already exist, if so update them otherwise create them! i do not know how its done. can someone help me with this please! thank you all in advance. this is the function. static

March 25, 2020 at 12:20PM by Error Place
https://ift.tt/3duYlO0
New post on /r/flutterdev subreddit:

Got bored during quarantine Made a paper flip animation using Flutter.
https://ift.tt/2QJXX4p

March 25, 2020 at 02:05PM by gafaar
https://ift.tt/3aeC0Ca
New post on Flutter Dev Google group:

looking for someone to create my app
Hello... so I am beginner app developer. I don't know how to code just yet,. but Im learning. I have a app idea and I am looking for someone to possibly build it for payment. If you are interested please contact me. My email is appst...@yahoo.com Thanks! Cole

March 25, 2020 at 02:37PM by cole caswell
https://ift.tt/2JaMoPs
New post on /r/flutterdev subreddit:

Its true that the 10% is the most difficult.. Tips and trick needed.
Been working on a project for about 6 months now. Still learning flutter and dart as i go. Took a break for a month, because of overworking and now im back. I really want to finish this project because i feel that its still very promising and i see a market for something like this.I've been quite overwhelmed by learning eveything from firebase, cloud functions, webscraping, how to structure communication from client- to server and the other way around to not get lost in my own code. The whole app is based on online features so its essential that it works correctly.Now, i'm on the last features i want to finish and polish but i'm really stuck in this procrastinate period because i lost my mojo when i took the break. I've been thinking about trying to find help like looking for freelancer with more experience in firebase and flutter but it's been hard trying to find anyone that have experience with this.Any tips or tricks you have when getting stuck in a period like this, what do you usually do? Also where would you recommend to look if you would like to look for help in your project?

March 25, 2020 at 03:19PM by TheLadvoxGuy
https://ift.tt/2WTnSL1
New post on Flutter Dev Google group:

Error(the method setData isn't defined for the class CollectionReference!)
hi guys! i am not sure what im doing wrong here! can someone help me with this? this is my code static void createPostMonday(Post post) { postsRef.document(post.authorId).collection('Monaday').setData({ 'alOne':post.alOne, 'alTwo':post.alTwo, 'alThree':post.alThree, 'alFour':pos

March 25, 2020 at 03:07PM by Error Place
https://ift.tt/2UvkMKc