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

Gitpod + Flutter = productivity on the go for mobile app developers
https://ift.tt/35Ha5Jk

October 17, 2019 at 05:22PM by meysholdt
https://ift.tt/32ySQIl
New tweet from FlutterDev:

Make display text in your app selectable with SelectableText

SelectableText has all the same fields as the text widget so you can specify font and color. Also, specify cursor parameters and style!

Watch more #WidgetoftheWeek → https://t.co/UTw2aKplf0 pic.twitter.com/sA5spsOPe0— Flutter (@FlutterDev) October 17, 2019

October 17, 2019 at 06:32PM
http://twitter.com/FlutterDev/status/1184869821097201664
New post on Flutter Dev Google group:

please ,, I need some help( user login )
the Error :: ════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following assertion was thrown building SettingScreen(dirty, dependencies: [MediaQuery, _InheritedTheme, _LocalizationsScope-[GlobalKey#102d1], InheritedProvider
New post on Flutter Dev Google group:

Contacts
Is it possible to launch the contacts app from flutter? I can launch the phone app using url_launcher

October 17, 2019 at 07:42PM by Sam Cromer
https://ift.tt/31jsJn6
New post on /r/flutterdev subreddit:

#16 Card Flutter Widget
https://youtu.be/fJcf8b58yno

October 17, 2019 at 07:48PM by systechdevelopers
https://ift.tt/2IW0u7C
New post on Flutter Dev Google group:

Flutter 1.9.1+hotfix.5
We're releasing a hotfix
New post on /r/flutterdev subreddit:

Animated — the simplest implicit animation library
https://ift.tt/2MokXEb

October 17, 2019 at 09:37PM by Vardiak
https://ift.tt/33FNACA
New post on /r/flutterdev subreddit:

Firebase Login/Logout Example - by Simon Lightfoot
https://ift.tt/32vFdJW

October 17, 2019 at 10:35PM by EngineerScientist
https://ift.tt/2MqYhmR
New post on Flutter Dev Google group:

New Dart DevTools Release 0.1.9
DevTools 0.1.9 Release Notes Dart DevTools - A Suite of Performance Tools for Dart and Flutter General Updates - Launched the DevTools Q3 Survey! With the latest version of DevTools, a survey dialog will be presented where users can provide feedback and help improve

October 17, 2019 at 11:08PM by Kenzie Schmoll
https://ift.tt/2MMcKJ0
New post on Flutter Dev Google group:

Kotlin Support
How to add Kotlin support in existing Flutter Project?

October 17, 2019 at 11:14PM by Kamran Ali
https://ift.tt/2J0h2eD
New post on /r/flutterdev subreddit:

How to know when i need BLoC and when not ?
Any advices ?

October 18, 2019 at 12:48AM by Semsax
https://ift.tt/2Bk7irt
New post on Flutter Dev Google group:

Set TimeZone in Flutter
I used to convert UTC time to TimeZone time like this in Android Java now in flutter how can I achieve. public static String getTimeFullDateStr(Date date, String timeZone) { SimpleDateFormat simpleDateFormat = new SimpleDateFormat("h:mma, MMM dd, yyyy", Locale.US); TimeZone tz = null;

October 18, 2019 at 07:09AM by Hemanth Savarala
https://ift.tt/2IVhUkT
New post on /r/flutterdev subreddit:

Is it safe to use StreamListner in the initState() method ?
My initState() method consist of a streamListener which listens for a stream and when it found something then it setState for the textfield, So mainly my question is that listening in the initState() method and then calling the setState method to set the state of the textfield is a good practice or bad cause it will rebulild the whole widget tree everytime. If it is a bad practice then how should i handle this case ?

October 18, 2019 at 09:23AM by FlutteryFlirt
https://ift.tt/2VW6X7N
New post on /r/flutterdev subreddit:

Package: official In App Update integration (for Android)
https://ift.tt/32ro5ou

October 18, 2019 at 10:08AM by boni2k
https://ift.tt/32qzW61
New post on Flutter Dev Google group:

my projects has all errors
i have two laptops, my projects has all errors on the laptop A otherwise laptop B not errors. Please help, Thanks. one error = Missing type arguments for generic type 'MaterialPageRoute