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

flutter error
hi everyone i'm new in flutter yesterday flutter works well but today i found error in while flutter doctor .the error is - X Android license status unknown. Try re-installing or updating your Android SDK Manager. See http://bit.ly/2EY1JTq or visit

June 03, 2019 at 11:47AM by santosh adhikari
http://bit.ly/2JRija1
New post on Flutter Dev Google group:

It would be helpful if there was an option to include androidx.* artifacts
If any one from flutter team is seeing this I have one suggestion for integrating a new feature in flutter that is to provide a option for user that whether he wishes to include androidx.* artefacts(Jetbrains) in his project while creating a new project.

June 03, 2019 at 01:28PM by Akshay A S
http://bit.ly/2Z8qJ0r
New tweet from FlutterDev:

Illustration and tech collided this year at #io19! Check out @lariki’s colorful spin on Flutter and Dart talks 🎨

See them here ↓ https://t.co/TGn6wHeqVn— Flutter (@FlutterDev) June 3, 2019

June 03, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1135576878918619136
New post on /r/flutterdev subreddit:

Flutter at Google I/O 2019 sketched
http://bit.ly/2JTTx9m

June 03, 2019 at 06:17PM by EngineerScientist
http://bit.ly/2Z2uRPl
New post on /r/flutterdev subreddit:

How do you see Swift UI impacting the future of flutter?
Hello all, new to flutter development and just watched the Apple keynote. I was wondering what everyone thought about the announcement of Swift UI and how you think it may impact the future of flutter. Open forum, I just want to get thoughts on the matter. Thanks!

June 03, 2019 at 09:27PM by 10ndavis
http://bit.ly/2Mn737k
New post on Flutter Dev Google group:

New tooling releases - platform and UI guide updates
Hello, Details for new tooling releases! Platform updates Both IntelliJ and Android Studio have released new versions recently. The Flutter plugin works with IntelliJ 2019.1.3 and with Android Studio 3.4.1 & 3.5 beta 3. The Android Studio 3.6 Canary and IntelliJ 2019.2 EAP early access

June 03, 2019 at 10:29PM by Nilay Yener
http://bit.ly/2Wk1YBx
New post on Flutter Dev Google group:

fontFamily issue
Hi all, I have this set in my main and pubspec, but this font isn't changing (set to italics to see) and I can't see any errors regarding it. Any tips on how to debug this? I've uninstalled the app just to be sure: class SureVoIPNotifyApp extends StatelessWidget { @override Widget build(Buil

June 03, 2019 at 10:35PM by Gavin Henry
http://bit.ly/2WdUFGy
New post on /r/flutterdev subreddit:

Apple just announced SwiftUI, combining declarative programming & live preview.
Just like Flutter :DGood effort on Apple's part.Link here: https://developer.apple.com/tutorials/swiftuiStill, can't see Apple going truly multi-platform in the way Flutter does.Thoughts?

June 03, 2019 at 11:12PM by bizz84
http://bit.ly/2Z4W9Ve
New post on /r/flutterdev subreddit:

Help with applying Flare to Text
Hi, I want to add an animated intro screen to my app, and I want the words of my app to be drawn in. As in, the lines of each letter start as a dot then animate into a line creating the letter. How would I do this? I'm so lost, I've tried importing the font as an svg, making the letters myself, but none of these are a good solution

June 04, 2019 at 01:18AM by dan-danny-daniel
http://bit.ly/2Z260Ly
New post on Flutter Dev Google group:

Login/Signup page with images slider (full height of the screen)
Hello To all ! I'm new to flutter and I have a small question. I would like to create a login/register page with images slider(carousel) and buttons placed below the images slider. I want to fill 100% of the height of the screen. I want the login and sign button to be at the bottom of the page

June 04, 2019 at 02:40AM by Pascal Fournier
http://bit.ly/2ESUBGh
New post on /r/flutterdev subreddit:

Flutter Android 64-bit: So What the Fuss
http://bit.ly/2Z6J128

June 04, 2019 at 03:16AM by truongsinhtn
http://bit.ly/2F2ui0D
New post on /r/flutterdev subreddit:

Flutter Custom Loading indicator CheatSheat using SpinKit
http://bit.ly/2XscIKs

June 04, 2019 at 05:04AM by Filledstacks
http://bit.ly/2Wct74b
New post on Flutter Dev Google group:

google 64bit policy
i had uploaded some flutter apps to play store. recently i a receive mail from the google play for upgrading my apps to 64 bit .. so any one know how to build 64bit apps in flutter .. thanks in advance ..

June 04, 2019 at 10:44AM by Ravindrabhai Vala
http://bit.ly/2WJmXNh
New post on Flutter Dev Google group:

type '(String) => dynamic' is not a subtype of type '(String) => String'
Getting error in my code When i pass toString() error comes as LinkedHashmap error when i define toString() error comes as type '(String) => dynamic' is not a subtype of type '(String) => String' Future _getData(String url) async{ var data = await http.get(url); // var jsonData =

June 04, 2019 at 12:40PM by mahantappa b k
http://bit.ly/2Moh3NE