Flutter Heroes
25.9K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Firebase, Facebook sign-in and Flutter
https://ift.tt/2NNdCg5

Submitted July 14, 2018 at 02:20PM by Purple_Pizzazz
via reddit https://ift.tt/2JnfVD3
Reddit: Flutter : Swipe widget for more action items
https://ift.tt/2mj5EPy

Submitted July 14, 2018 at 06:50PM by Purple_Pizzazz
via reddit https://ift.tt/2LikYqm
Reddit: What is performance in Flutter like on your phone?
Is it silky smooth on your phone? It is a bit slow in release mode on my 2014 Android phone for scrolling lists.

Submitted July 15, 2018 at 04:25AM by dbltro
via reddit https://ift.tt/2NeVzyk
Reddit: Simple example of inherited widgets?
Anyone have a small sample of inherited widget? I have been searching for a while and most projects are kinda of a bit complicated. I just wanted to know how inherited widget works. Thanks

Submitted July 15, 2018 at 12:34PM by DovakhiinHackintosh
via reddit https://ift.tt/2NQrjuM
Reddit: Printing documents in Flutter
Hey guys,I recently started Flutter and now I am building an application for managing coupons. The back-end is Firebase. The CouponIDs are generated by Firestore, so they are quite random. (-LH9T5kMzn19HCV9_4nu). Because this isn't easy to type, I wanted to use QR-codes. I already have the scanner, and the application can generate coupons, but then comes the part where the Coupons need to get printed. On paper, real paper. So I need the application to print (because even if I made the QR-codes myself, using a QR-code generator, I would still need to type in that code). So I need a way to print from the app. I am currently testing on Android.TL;DR: What is a good way of printing documents in Flutter? (Method channels/some random dependency I couldn't find on my search)Thanks ^^

Submitted July 15, 2018 at 07:25PM by joostlek
via reddit https://ift.tt/2zGYJsS
Reddit: Image compression and crop with flutter needs huge improvements
Flutter takes too long when performing image compression and has no way of performing image cropping. This makes it hard to build some apps that uses photos submitted by the users.I like flutter, but this is the only part that it let's me down. What do you guys think?

Submitted July 15, 2018 at 06:45PM by dshukertjr
via reddit https://ift.tt/2uAZA8K
GGroup: Is it possible change both the background color and lablestyle color when a filter chip is selected
Is it possible to change both the background color and label style color when a filter chip is selected I am currently working with this sample code below from the docs site. some help here would be greatly appreciated. class ActorFilterEntry { const ActorFilterEntry(this.name, this.initials);

Submitted July 15, 2018 at 09:28PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2NRnF3W
GGroup: How to fade in/out a widget from SliverAppBar while scrolling?
I want to 'fade in' and 'fade out' a widget from SliverAppBar when user scrolls on the screen. This is an example of what I want to do (look at the circle avatar fading effect when scrolling): [image: St0Nq.gif] Here is my code without 'fading': https://ift.tt/2Lb6FXT

Submitted July 16, 2018 at 12:09AM by Jorge Andrés Pérez Montás
via Flutter Dev https://ift.tt/2JpvjPA
GGroup: Bottomsheet across multiple routes
How Can I create a Bottomsheet that remains even though I navigate through you multiple screens. Kinda like a music player where the player is sitting on the bottomsheet persistent;y

Submitted July 16, 2018 at 12:17AM by Kevin Moore
via Flutter Dev https://ift.tt/2NU2nTp
Reddit: [WIP] FLUI - A UI File Format for Flutter
https://ift.tt/2JsvgCr

Submitted July 16, 2018 at 05:28AM by Abion47
via reddit https://ift.tt/2NTOPHo
GGroup: Layout two input fields horizontally
Hi all, I would like you have two (or more) input components to be placed horizontally with a padding of say 10. For example, first name and last name in same line. I tried using *Row*. But for some reason, nothing gets displayed and an exception is thrown. Mostly because it is not bonded. Can

Submitted July 16, 2018 at 07:29AM by D M
via Flutter Dev https://ift.tt/2JrKkAa
GGroup: Expansion tile Expand and collapse
I have 4 expansion tiles and each of them has there ListTile as children and I want only one open at a time If the user click on 1st tile its expand and when the user clicks on 2nd expansion tile the 1st one should close? any idea?

Submitted July 16, 2018 at 12:07PM by rishabh singh
via Flutter Dev https://ift.tt/2LiWvUW
GGroup: How to load and query local json data in Flutter Mobile App?
Here is my key:value paired local json. I need to load and later I need to use for query. So, how can I to load and query local json data in Flutter Mobile App? { "currency.01": "United State USD", "currency.17": "British Pound GBP", "currency.33": "Euro EUR", }

Submitted July 16, 2018 at 01:11PM by Niyazi Toros
via Flutter Dev https://ift.tt/2JreiVh