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

dose android studio 4.0 support flutter plugins?
dose android studio 4.0 support flutter plugins?

August 14, 2020 at 06:11AM by Kotaibaw
https://ift.tt/3kLEkWQ
New post on /r/flutterdev subreddit:

Flutter beginner tutorial: simple calculator app
https://ift.tt/2DXfO4h

August 14, 2020 at 01:24PM by flutterclutter
https://ift.tt/31ShMLr
New tweet from FlutterDev:

🔴 #Byteconf Flutter 🔴

A free live-streamed Flutter conference. Starts at 9am PST on the @bytesizedcode YouTube channel!

👉Q&A, @csells and @valerianagit
👉@kenvandine talks Flutter and @ubuntu for desktop
👉@justinjmcc intros a new widget

Tune in ↓ https://t.co/CXIjCqGldi— Flutter (@FlutterDev) August 14, 2020

August 14, 2020 at 05:00PM
http://twitter.com/FlutterDev/status/1294287663495884800
New post on /r/flutterdev subreddit:

Firestore Friend system
/r/Firebase/comments/i9o2wj/firestore_friend_system/

August 14, 2020 at 05:34PM by Loris156
https://ift.tt/3awwA6v
New post on Flutter Dev Google group:

How to start the app when not running in the background in flutter?
Hi all, I am trying to create an app that need a call feature (not VoIP just the screens) like WhatsApp. For instance, when an user give a request to target user whose app is not active or not running in the background, I want the my app to open and display a screen like WhatsApp call screen

August 14, 2020 at 05:42PM by Ananth Kumar
https://ift.tt/3gSISZg
New post on Flutter Dev Google group:

how to parse this json data
{ "Thailand": [ { "date": "2020-1-22", "confirmed": 2, "deaths": 0, "recovered": 0 }, { "date": "2020-1-23", "confirmed": 3, "deaths": 0, "recovered": 0 }, ... ], ... } I thik it is type of Map
New tweet from FlutterDev:

📖There are 280 pages on https://t.co/l9wAUp2O4u and it's unlikely you'll read them top to bottom. We're featuring pages to shed light on them.

Learn how to obfuscate your Dart code → https://t.co/o2Xx8rfi7W#FlutterDocs pic.twitter.com/FH0G0J9JMl— Flutter (@FlutterDev) August 14, 2020

August 14, 2020 at 09:19PM
http://twitter.com/FlutterDev/status/1294352926656225280
New post on /r/flutterdev subreddit:

A fully Customizable Date Range Picker with custom builders (My First Package 😋 )
https://ift.tt/2XWILUY

August 14, 2020 at 09:13PM by Not___Available
https://ift.tt/33ZdVPB
New post on Flutter Dev Google group:

No solution on the internet worked for Module 'google_maps_flutter' not found
[image: flutterImage.png] I am trying to archive my flutter app to publish it to App Store Connect. Then I got this problem in xcode and I tried every single solution on the internet but nothing seem to work so I need help. I really need help. Thank you in advance!

August 14, 2020 at 09:36PM by Alfarooq Alsalti
https://ift.tt/3iInV3W
New post on /r/flutterdev subreddit:

Learn how to obfuscate Dart code
https://ift.tt/31TNkkk

August 14, 2020 at 09:50PM by EngineerScientist
https://ift.tt/3gXfykx
New post on Flutter Dev Google group:

Stepper Validation to open invalid step
Hi I have Stepper with 3 steps name phone email I have validation on phone an email. If I move to step: email, and then press save but the phone is invalid... I need flutter to open step:phone automatically indicating a problem at this step. how do I achieve that? thanks

August 15, 2020 at 12:17AM by ISLAM MANSOUR
https://ift.tt/3aoGCXc
New post on /r/flutterdev subreddit:

How do you edit JSON data dynamically in Flutter?
I'm trying to fetch data from USjobs API but I got a big JSON data and I only need to get some values which I made an object for it
class Job { final String provider; final String logoUrl; final String location; final String position; final String companyName; final String jobUrl; final String date; Job({ @required this.provider, @required this.companyName, @required this.logoUrl, @required this.jobUrl, @required this.location, @required this.position, @required this.date, }); } 
and when I request a HTTP request for a search word I got this BodySo how can I make a list of Jobs from that nested Json body?

August 15, 2020 at 01:26AM by Mohammedmoaayed
https://ift.tt/2Ctgz4N