Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

What's the standard to having a responsive app? I'm stressed I've been doing it all wrong... More details below. Thanks!
I've been attempting to develop apps in Flutter for a few months now and I've really enjoyed it, except I find it very hard to figure out how I should make my apps resize for different screen sizes. I can't seem to find the standard. Right now, I can make apps that resize using the same layout for a small mobile screen to large tablet screen. I do this through using MediaQuery's, Expanded, Fractionallysizedbox, Flexible and Fittedbox... is this acceptable for an app? For example, I will make my nav bar Container height equal to 10% of the height of the screen and have the text inside of it size to fit said Container. Everything on my screen resizes... even the icon, text and button size. Is what you're supposed to do? The way I do it works for pretty much all screen sizes and aspect ratios unless they're extremely bizzare such as having a ratio of height to width of 25:1. Sorry for the ramble I am just very stressed I've been doing everything wrong. Does this method I use work? Is it acceptable? Thank you so much!

August 15, 2020 at 03:39AM by nwhis92js
https://ift.tt/2Y3EA9Z
New post on /r/flutterdev subreddit:

Mobile client for pub.dev to search packages, view installing information and package score information.
https://ift.tt/3kJWicp

August 15, 2020 at 08:22AM by amitb10
https://ift.tt/3iDd2QA
New post on /r/flutterdev subreddit:

How would u manage this?
Hello. So I am building my first app from scratch and it has a point system where a user gets gems after opening the app right now the gems value are stored locally in the device but I want that value to be stored in my databaseAnyone have a suggestion of what I can use to store gems value and manage them? I had been searching a lot but most of people just ask about local value and I don’t want that

August 15, 2020 at 09:31AM by pineapplewithfrulupz
https://ift.tt/31Uyaev
New post on /r/flutterdev subreddit:

Do you guys find Flutter to be taking up a lot of storage space?
Hey allI am just wondering if it is just me or is Flutter + Android Studio taking up A LOT of storage space in your computer too. I am constantly battling for that little extra 1 GB of storage in my computer and constantly battling the Error (No Space left on device)Do you guys experienced the same issue? How do you guys go about it?(Yes I run flutter clean and Xcode's Clean Build Folder religiously as well as deleting device simulators that I don't need / ever use)

August 15, 2020 at 10:45AM by thisIsWorlds
https://ift.tt/30ZULHn
New post on Flutter Dev Google group:

How to capture keystrokes from TextField widget?
Hi, I made a custom Widget that contains a TextField inside of it. I need to be able to detect when the user is pressing the backspace button after the TextField is empty ("over deleting"). For this, I need to be able to capture every keystroke made on the TextField and fire a callback with the

August 15, 2020 at 11:58AM by Guy Or
https://ift.tt/3fWrf9D