Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Evy - Dart 2 Web Framework, with Express like API. Help wanted!.
https://ift.tt/2Kd1dzb

Submitted August 01, 2018 at 02:49PM by carlosjs23
via reddit https://ift.tt/2vrLuqu
Reddit: Firebase: Transform a stream to a new collection
I'm having trouble wording this question to properly google it, so I hope someone here can point me in the right direction.In Firebase, I have a collection of items which in turn have some sub-collections, for example /parents/${id}/children. In the app, one Parent is set as active at a time.In my BLoC, I'd like to have a Stream<List<Child>> getChildren in order to populate a StreamBuilder, but I want that to change it's data when the active Parent changes, so I added a Sink<Parent> setActive. What I can't figure out, is when the active Parent is changed, for the stream of CHildren to stop watching the old Parent, and start watching the new. I initially tried to create a stream by transforming the Stream of parent objects and mapping it to a Firebase query for the children, but I couldn't quite get that working right. Is there a good way to go about this?

Submitted August 01, 2018 at 05:53PM by zachtib
via reddit https://ift.tt/2LLWbzl
Reddit: CineReel a Flutter TMDB client using BLoCs
Hi redditors, I'm just dropping by to share with you my very first flutter app called CineReel. I've been playing with Flutter for a couple of months now, and started this project as a way to learn Flutter and see how it all fits together in a proper app. Having worked on it in a my limited free time, I was surprised to see that after only a month, it was in a state that I felt confident enough to release it in the wild. Coming from a native android developer background, I'm very excited about Flutter, and I look forward in using it more and more in the future. The app is free as in freedom and can be checkout out from gitlab if anyone's interested

Submitted August 01, 2018 at 06:15PM by serk01
via reddit https://ift.tt/2v6Gnws
GGroup: Differences between GestureDetector and Listener widgets ?
Hi, Does anybody knows the differences between a GestureDetector and a Listener widgets ? I tried each and it seems they do the same things. Thanks

Submitted August 01, 2018 at 08:05PM by Chagnas Emmanuel
via Flutter Dev https://ift.tt/2LIgair
Use the OrientationBuilder widget to change the layout of your app based on landscape/portrait orientation (but you won't need it with Flex or MediaQuery) #WidgetWednesday

More about OrientationBuilder &rarr; https://t.co/w3nOukHeJW

Step by step guide &rarr; https://t.co/ZdAGzKo6vM pic.twitter.com/nWxw4h5m83— Flutter (@flutterio) August 1, 2018

August 01, 2018 at 08:30PM
via Twitter https://twitter.com/flutterio
Reddit: How do I go about creating this? A table with selectable cells and able to scroll horizontally.
https://ift.tt/2MauoEX

Submitted August 01, 2018 at 08:44PM by xpaultheman
via reddit https://ift.tt/2v3HEVh
GGroup: Gesture Detectors
When using a floating action button, there is a ripple effect, so is there any way to have the same ripple effect on a gesture detector?

Submitted August 01, 2018 at 09:50PM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2v63YNM
Reddit: New lessons on Dart Academy Boot Camp
https://ift.tt/2hLEBfz

Submitted August 01, 2018 at 10:28PM by Darkglow666
via reddit https://ift.tt/2LWVQZG
GGroup: Swift and Kotlin support
We are developing a new Enterprise large app based on Flutter. I have read that is hard to add swift support at a later date. I was curious how many plugins use Swift and Kotlin support. Is it worth it to support swift from the beginning?

Submitted August 01, 2018 at 11:04PM by Jeremy Whiteley
via Flutter Dev https://ift.tt/2LMn3iq
GGroup: Notification Color
Is there any way to change the notification color on the notifications that appear on any flutter app, because by default they are grey.

Submitted August 02, 2018 at 02:51AM by Harish Balasubramanian
via Flutter Dev https://ift.tt/2KjUJON
GGroup: Visual Studio Code - Turn off ghost comments
Is there a setting I can tweak to turn off the comments that automatically appear in VSC? For example: }), // ListView.builder ); // Scaffold

Submitted August 02, 2018 at 03:16AM by John Muchow
via Flutter Dev https://ift.tt/2LIIpgF
GGroup: Visual Studio Code - Turn off ghost comments
Is there a setting I can tweak to turn off the comments that automatically appear in VSC? For example: }), // ListView.builder ); // Scaffold

Submitted August 02, 2018 at 03:16AM by John Muchow
via Flutter Dev https://ift.tt/2LIIpgF
GGroup: Xcode build failure with error 'firebase_auth/FirebaseAuthPlugin.h' file not found
Hi All, I added the following flutter plugin to my project google_sign_in: "^3.0.4" firebase_auth: ^0.5.15 flutter_facebook_login: ^1.1.1 Here is the result GeneratedPluginRegistrant.m // // Generated file. Do not edit. // #import "GeneratedPluginRegistrant.h" #import
Submitted August 02, 2018 at 05:50AM by Danny Hui
via Flutter Dev https://ift.tt/2Az2fpF
GGroup: remove hamburger while using an end drawer ?
How to remove the hamburger icon from appbar when using an end drawer?

Submitted August 02, 2018 at 09:57AM by swapnil kumar
via Flutter Dev https://ift.tt/2MfNXve
GGroup: Is setState() heavy?
Let say top of my app hierachy is a stateful widget which has many child widgets. When a setState() is called, the build() method of the widget will be called, which means all the many child widgets will be re-created. Isn't this expensive operation? How about creating new MaterialApp() or new

Submitted August 02, 2018 at 12:46PM by Jaxon Du
via Flutter Dev https://ift.tt/2AG9OuS