Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Flutter 1.20.2 hotfix released to stable.
Hi, Flutter 1.20.2 has been released to stable. This is a hotfix release on the 1.20 branch and also includes a hotfixed Dart 2.9.1 version. Changes for this build are listed below and are available on the Flutter Wiki here: Hotfixes to the Stable Channel
New post on Flutter Dev Google group:

Create directory denied on Samsung phone even after Storage Permissions are granted
At the launch of my app, I create a folder in storage. To achieve that I ask for permissions within ``initState()``. Only when it completes should the directory check go forward. @override void initState(){ super.initState(); easyDir = Directory(widget.folderPath);

August 14, 2020 at 01:59AM by Faraz Khan
https://ift.tt/30S41ND
New post on Flutter Dev Google group:

How to get data from a specific ip of a domain - flutter
I am using flutter and I must connect to the RestApi of a web page, they gave me this data that when adding you to the windows host and using postman, I receive a response, but I do not know how to achieve the same in my app. Data Example: 62.90.656.510 www.thepage.com I would appreciate

August 14, 2020 at 02:06AM by Jorge Greñas
https://ift.tt/30S3WcN
New post on Flutter Dev Google group:

How to generate google map markers dynamically from json data
I am trying to generate google maps marker from an API response dynamically with the marker position set to the coordinate key of data.data. More info can be gotten in the stackoverflow link below: https://ift.tt/2PStH6o

August 14, 2020 at 02:46AM by Abada Samuel
https://ift.tt/33ZxOWO
New post on /r/flutterdev subreddit:

Hello Everyone, I have uploaded lots of videos on Flutter Packages and components, beautiful Flutter interfaces, data analytics etc on YouTube. Please check it out, it's very innovating and exciting. Latest Video on YouTube - Food Menu UI Using Flutter - GitHub - https:
https://youtu.be/llFe9YGu9OE

August 13, 2020 at 02:59PM by Radhika_Shah_
https://ift.tt/3kKCXrJ
New post on /r/flutterdev subreddit:

RevenueCat Client App for iOS, Android, Web & Desktop
Hi All! I just wanted to share with you this open source project I'm working on! Perfect for developers using RevenueCat for their In App Purchases who wants a faster and native experience. It's a client for iOS, Android, Web (soon) & Desktop (Mac) for better and faster viewing of your dashboard.Also feel free to download the Release APK & Mac App: https://github.com/nemoryoliver/revenuecat-client/releases I hope you'll enjoy!

August 14, 2020 at 04:00AM by nemoryoliver
https://ift.tt/33XTmmH
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