Flutter Heroes
25.6K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Flutter Text & Barcode Scanner App with Firebase ML Kit
https://ift.tt/2JtmGs7

Submitted June 11, 2018 at 07:32AM by Elixane
via reddit https://ift.tt/2LG9zQO
Reddit: Third party widget library
Does anyone know of any widget libraries that are currently under works for flutter (premium or otherwise)?I'm assuming ui components are widgets in flutter.

Submitted June 11, 2018 at 01:36PM by ifndefx
via reddit https://ift.tt/2MiQSUC
GGroup: Re: Check if URL is an image in Flutter
You might want https://ift.tt/2l0MEo9 ? On Sun, Jun 10, 2018 at 11:42 AM leo nx wrote: > I want to check if a URL returns a valid image and if it doesn't I want to > show a different image. I used CachedNetworkImage, but it didn't work. > > The

Submitted June 11, 2018 at 06:14PM by eseidel
via Flutter Dev https://ift.tt/2sZFcgH
GGroup: Future returning null also using FutureBuilder in Flutter
I want to use a FutureBuilder to check if a url is a png image, and then build either one or two images(in a list). But somehow the Future always returns null when i print it... The result is the app always building the listview with the two CachedNetworkImages, which is not what i want it to

Submitted June 11, 2018 at 06:33PM by leo nx
via Flutter Dev https://ift.tt/2sNrMVI
Reddit: Filtering & Sorting Firebase (Firestore) Data on a Flutter App [Please Help]
Hey guys,I am trying to build a Flutter + Firebase (FireStore) app. If my user database is on Firebase and on Registration I ask each users a set of few questions (checkboxes, radio buttons, etc). I want to create a Filter and Sort mechanism where a user is able to filter and sort a list of other users (from firebase) based on multiple filter parameters**,** sorted according to a particular field.Is what I want to create even possible on Firebase (FireStore) and Flutter, do I need anything else?Can anybody please link me to any relating Flutter/Firebase documentation, YouTube videos, or any other relevant content.Thank you!

Submitted June 11, 2018 at 09:26PM by shaurya2109
via reddit https://ift.tt/2HDT2uz
Reddit: Anyone have any idea how Apple's forthcoming iOS/macOS app porting will affect Flutter?
Details won't be revealed until next year, but anyone think Flutter might be able to support it, or is that too much to hope for?

Submitted June 11, 2018 at 09:04PM by IAmApocryphon
via reddit https://ift.tt/2xZUZ4X
Reddit: will it be possible to run flutter on raspberry pi (linux not android)
I think technically it should be possible to have flutter run on raspberry pi. I have read reports on it running with the pi running an android os but it hasnt been optimized for it.i would love to see it run on pi without android. It would be a really useful framework

Submitted June 11, 2018 at 09:58PM by movdev
via reddit https://ift.tt/2LKbC6L
Reddit: Filtering & Sorting Firebase (Firestore) Data on a Flutter App [Please Help]
Hey guys,I am trying to build a Flutter + Firebase (FireStore) app. If my user database is on Firebase and on Registration I ask each users a set of few questions (checkboxes, radio buttons, etc). I want to create a Filter and Sort mechanism where a user is able to filter and sort a list of other users (from firebase) based on multiple filter parameters**,** sorted according to a particular field.Is what I want to create even possible on Firebase (FireStore) and Flutter, do I need anything else?Can anybody please link me to any relating Flutter/Firebase documentation, YouTube videos, or any other relevant content.Thank you!

Submitted June 11, 2018 at 09:26PM by shaurya2109
via reddit https://ift.tt/2HDT2uz
Reddit: Dash to Dartlang - Flutter tutorial series
https://www.youtube.com/playlist?list=PL0iaWPijZ-OdI59_nJWTb9-7Ec6h7U-Eo

Submitted June 12, 2018 at 01:14AM by RxFORTRAN
via reddit https://ift.tt/2y2wqV3
GGroup: The height of the container inside the ListView overflows the content
Could someone help us with this problem: https://ift.tt/2l46or7 < https://user-images.githubusercontent.com/5141762/40866094-4eaa8de8-65d2-11e8-9d62-374e903a6b38.png > new Container( height: _allArea.length>3 ? 150.0 : _allArea.length*50.0, margin: EdgeInsets.only(lef

Submitted June 12, 2018 at 01:33AM by Luiz Jácome Júnior
via Flutter Dev https://ift.tt/2t47AOS
GGroup: [Breaking Change] Material tap target sizes
Howdy, Previously I had announced the intent to increase the size of tap targets to conform to the Android accessibility scanner recommendations of 48px by 48px. Because of the scale of the changes necessary and the potential to break layouts we have refocused the changes to make migration and

Submitted June 12, 2018 at 02:40AM by Jonah Williams
via Flutter Dev https://ift.tt/2y2EW6t
GGroup: I may have found a bug about BackdropFilter
I want to blur the background when show dialog. But if I use "SystemChrome.setEnabledSystemUIOverlays([]);" to hide status bar at the same time, blur does not take effect where the old status bar should be. this is Screenshot and main.dart: < https://lh3.googleusercontent.com/-pPyVSF8R2oc/Wx87HYr

Submitted June 12, 2018 at 05:19AM by huang
via Flutter Dev https://ift.tt/2JzYtfH
GGroup: What is the best way to show json data when app starts?
Hi, *What is the best way to show json data when app starts? * *Currently;* *In Step 2* *// **TODO: 2) MyApp* *class *MyApp *extends *StatelessWidget *{* *// I call Lang.dart class file and load local language json data* *……………* *In step 4* *// **TODO: 4) _MyHomePageState

Submitted June 12, 2018 at 08:19AM by Niyazi Toros
via Flutter Dev https://ift.tt/2yd4nCr