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

Displaying Vimeo Live Stream
Hi. I am building a video streaming app with Flutter. I am currently able to stream Vimeo videos, however I am not able to stream Vimeo live. Is anyone familiar with a package that will allow this? I only want to stream a live event, not allow users to create their own livestream.

February 11, 2019 at 02:54PM by Wilsharo
http://bit.ly/2Gjg79z
New post on /r/flutterdev subreddit:

A Flutter package that can convert letters and icons into paths and animate them
http://bit.ly/2DurGa7

February 11, 2019 at 03:15PM by lina_bo
http://bit.ly/2GCssot
New post on /r/flutterdev subreddit:

Quick tip — sync*, a taste of the future – Flutter Community – Medium
http://bit.ly/2WX59eM

February 11, 2019 at 02:59PM by remirousselet
http://bit.ly/2SFS4re
New post on Flutter Dev Google group:

Firebase Dart Documentation
You know what would be helpful? Firebase *Dart/Flutter* examples included in their documentation. [image: Screen Shot 2019-02-11 at 11.15.57 AM.png]

February 11, 2019 at 05:18PM by Michael Taylor
http://bit.ly/2RW9Di6
New post on Flutter Dev Google group:

Changing the default icon in an ExpansionTile
I want to set a custom icon in an ExpansionTile like this: ExpansionTile(title: Text("Test"), trailing: AnimatedIcon(icon: AnimatedIcons.home_menu, progress: ???)) But as a beginner I don't really know what must be set for progress.

February 11, 2019 at 07:14PM by Zen M
http://bit.ly/2UMRkxI
New post on Flutter Dev Google group:

Help with Platform View troubleshooting
Hello I am trying to create a platform view of a button. I have partly followed this tutorial http://bit.ly/2SwwEh2 The problem is nothing is showing up. It must be noted that I am pretty new to this.

February 11, 2019 at 07:40PM by Marek Novotny
http://bit.ly/2DupMGl
New post on Flutter Dev Google group:

DateTime Issue
Hi, I do not Know right now if I am just to stupid or am missing something. But I would rather be shure befor creating an issue report. This is what I do, Right now there is no purpose to it because I am just Testing. I just do not get why the duration is not added. All examples do it the

February 11, 2019 at 09:17PM by Peter Kretschmer
http://bit.ly/2UTsuMC
New post on Flutter Dev Google group:

Maps, PlatformView and Stack
I am using the flutter Google Maps plugin. Following a certain user interaction my application needs to display some text over the top of the map. To do this I am using a Stack; following the user interaction I am fading a text widget in and after a short delay it fades out again (using an

February 11, 2019 at 10:06PM by Ian Evans
http://bit.ly/2DFmuAr
New post on Flutter Dev Google group:

Flutter Animation Tutorials
Hey Everyone! I wanted to start and learn to do some animations in Flutter. I've read the docs on the site but YouTube has been great for my type of learning. Does anyone have any favorite YouTube Flutter animation tutorials that I should check out?

February 11, 2019 at 10:10PM by Brennan Altringer
http://bit.ly/2SqMXMi
New post on /r/flutterdev subreddit:

How to design flutter google map road design ?
I want to design road map using flutter google map? when Device move in road store data and design road map? like uber ?​https://i.redd.it/6j1413k311g21.png

February 12, 2019 at 12:47AM by habibhrp
http://bit.ly/2N1Cykf
New post on Flutter Dev Google group:

Webview issue for more than 9 months and didnt fix!
Hello Guys, There is a big issue with the official webview package that didnt solve for more than 9 months! the problem is with showing the soft keyboard! we cant show the soft keyboard at all! in our apps! we opened the issue on github since Jul 24, 2018 and no any update until today! here is

February 12, 2019 at 01:54AM by Mostapha Ramadan
http://bit.ly/2IhdSoO
New post on Flutter Dev Google group:

How long does it take for my package to be listed in dart pub?
I published a package of a custom widget that is equivalent to Android auto complete with features such as mandatory field checking, enforcing check for valid values etc. Using the pub publish command shows that this package is successfully published but I don't see this listed in dart pub.

February 12, 2019 at 05:26AM by Jagannathan Srinivasan
http://bit.ly/2I4cnKz
New post on Flutter Dev Google group:

Broken link in documentation
Hi, Just want to report a broken link in the documentation (it leads to GitHub's error 404). Not sure this is the right place, sorry if it's not. URL: http://bit.ly/2GAmrZy Section "Defining a class for the app’s localized

February 12, 2019 at 06:23AM by Grzegorz Antoniak
http://bit.ly/2tiRl0U
New post on /r/flutterdev subreddit:

Having problems with fetching data from internet
Hi everyone,First post here and enjoying flutter but getting frustrated with a simple http call. I'm following the cookbook here and am I am able to get the title to display no problem.I'm switching it to a new api endpoint, refactor the code to match the new object, eg, instead of a Post, it's a quote, and i am returning the with the errorAsyncSnapshot<DailyQ>(ConnectionState.waiting, null, type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>')Even though I am able to see the decoded response come across in the debug window:print(json.decode(response.body));I/flutter (13231): [{quoteID_FK: 307, quote: "Only a true best friend can protect you from your immortal enemies." - Richelle Mead, category: humor, dateSent: 2019-02-11}]I'm confused as to where to even look for the error. Is the problem with the encoding/decoding of the json or?I'm using vscode with a live device and emulator, not sure how to debug and step through. Any help appreciated.​​

February 12, 2019 at 05:19AM by eddyizm
http://bit.ly/2tiOyEY