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

mudeo: a social, multi-track music video recorder
http://bit.ly/2UBDlOL

April 07, 2019 at 02:29PM by hillel369
http://bit.ly/2KfoIwA
New post on /r/flutterdev subreddit:

FlutterForce — Week 21
http://bit.ly/2KfoYvy

April 07, 2019 at 01:58PM by flutterist
http://bit.ly/2UCXEeK
New post on /r/flutterdev subreddit:

Flutter media downloader
Hello everyone, so I'm new to Flutter Development, and I was wondering if there is an easy way to download media (mainly Image and Video) from network to local storage :I found this : https://pub.dartlang.org/packages/flutter_downloaderBut it seems like it's a little bit complicated to implement

April 07, 2019 at 05:34PM by yiss92
http://bit.ly/2U24ypy
New post on /r/flutterdev subreddit:

Flutter Create: Share your submissions!
Given how we are currently hours away from the submission deadline, I think it'd be great if we could have one place for everyone to come and view all the different Flutter Create submissions.​Feel free to post yours here!

April 07, 2019 at 11:55PM by MarkOSullivan
http://bit.ly/2U4766y
New post on Flutter Dev Google group:

ListView doesn't display content unless I append Container() to children
This: ListView( shrinkWrap: true, children: _dice + [Container()], //wtf? scrollDirection: Axis.horizontal, ) works. Without the `+ [Container()]` nothing shows. _dice is a GrowableList of Material widget trees. Took me ages to find this hack. Can anyone tell me what might be going on here?

April 08, 2019 at 01:50AM by Guyren Howe
http://bit.ly/2KpAqFk
New post on Flutter Dev Google group:

State can't access widget property
I have a StatefulWidget like this: class DiceRow extends StatefulWidget { final _RowState content = _RowState(); final RackState rack; DiceRow(this.rack); @override _RowState createState() => content; … } I can't refer to `widget.rack` from the _RowState object. I am told

April 08, 2019 at 04:06AM by Guyren Howe
http://bit.ly/2G6m8VO
New post on /r/flutterdev subreddit:

APP Ideas
Hi guys,Any ideas for making an mobile app for HR department. And secondly can I have some advice on how to go about getting ideas for new apps?

April 08, 2019 at 05:58AM by afdal_khan
http://bit.ly/2FV90RV
New post on /r/flutterdev subreddit:

How to add multiple targets in Flutter apps?
http://on.edusavecoupon.net/d39ce8f159

April 08, 2019 at 09:03AM by HenryYik
http://bit.ly/2WSSEQB
New post on /r/flutterdev subreddit:

Include prepopulated offline database
Hello everyone,​Battling to get my head around this.​If I build an app that lists restaurants, structured as follows (simplified):​Name: Restaurant OneCategory: SeafoodName: Restaurant TwoCategory: SeafoodName: Restaurant ThreeCategory: Vegetarian​and would like to have the following screens:​SCREEN ONECategories:[Seafood] -> routes to SCREEN TWO showing all Seafood restaurants[Vegetarian] -. routes to SCREEN TWO showing all Vegetarian restaurants​What would be the best way to store that data and ship it with the app? Up until now, I've been using Firebase, but I need the data to available offline. Would SQFLITE be a good option for this? And if so, is it possible to include a prepolutated database with the app? (Image, Name, Contact, Location etc).​My end goal is to have Firebase authenticated users also able to make posts in the app (stored in Firebase) which will be linked to their information in the offline database. So ultimately, the app will be setup like this:​Authenticated user logs in -> creates post (stored in Firebase):post_title: "Post Title"post_date: "01/01/2019"user_id: "40" <- possibly use as relationship key?​The post in the app will then display:[Image from offline database]
POST TITLE - from Firebase01/01/2019 - from Firebase[Contact number from offline database]​Hopefully that makes sense. If anyone can offer advice on how to bet go about this, I would REALLY appreciate it. Been at it for days now, and still not sure how best to go about it!​​​

April 08, 2019 at 01:30PM by guit4eva
http://bit.ly/2U4XSqK
New post on Flutter Dev Google group:

making voip call with flutter
How can I do voip/sip call with flutter?

April 08, 2019 at 06:45PM by Israel Ribeiro
http://bit.ly/2YVaRPs
New post on Flutter Dev Google group:

Video filter and video processing
Hi @all Is video processing is possible in flutter. I am working with the video editing and jsut want to add text., image, imoji and draggable text on video. If any one has any idea please let me know how to do it.

April 08, 2019 at 06:53PM by sukhbeer kumar
http://bit.ly/2U5RShB