Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
Reddit: Planets-Flutter: creating a Planet card
http://ift.tt/2yyqPkH

Submitted September 29, 2017 at 05:26PM by KingBaal
via reddit http://ift.tt/2fxXEXl
GGroup: Large Firebase query ListView
Hi, I'm working with sizable lists in my Firebase database (e.g. 200 comments) and I was wondering if FirebaseAnimatedList is the most efficient way to display comment threads. Would it be a better user experience to only load parts at a time? If so are there any examples out there of

Submitted September 30, 2017 at 02:37AM by David Carr
via Flutter Dev http://ift.tt/2wpP7wj
Reddit: MaterialApp Keyboard
Is there a way to make the virtual keyboard pop up OVER a bottom navigation bar in a MaterialApp, rather than pushing it up?Thank you.

Submitted September 30, 2017 at 05:45PM by _jae1
via reddit http://ift.tt/2xOri4F
Reddit: I have a simple Java Android app I made, can I easily redo it with Flutter and have it on iOS as well?
I made a simple calculator with Java for Android 3 years ago. Its got 1 button and about 3 drop down menus and 20 input fields to enter numbers. Could I use Flutter SDK with Dart to have my app be easily available to Android and iOS (without major tweaking?).

Submitted October 01, 2017 at 04:49AM by InsertCoinPushStart
via reddit http://ift.tt/2fGX90L
GGroup: Nexus 7 (2013, 6.0.1) scrolling isn't smooth
The Hamilton app scrolling isn't smooth on the Nexus 7 (2013, 6.0.1). It was mention on reddit, so I gave it a go on one that I had and found the same issue. Had a nexus 5 (2013) handy and they is no issue with scrolling, seems very smooth. http://ift.tt/2xPtSat

Submitted October 01, 2017 at 02:02PM by seb mitchell
via Flutter Dev http://ift.tt/2yOjQoF
Reddit: Does Flutter have a plan to target Windows/Mac/Linux for app deployment?
Yes, I know you can build on those three and cross deploy to iOS/Android, but what about targeting them? QML is perhaps the nearest competitor to Flutter and it can target desktop, but it is not clear if that is in the roadmap for Flutter or not. Certainly, the FAQ doesn't mention that.

Submitted October 01, 2017 at 01:31PM by paul_h
via reddit http://ift.tt/2ygZd7g
Reddit: Installing Flutter on OSX
So I followed the install instructions for Flutter on OSX, and ended up with this error: "Dart_NewStringFromUTF8 expects argument 'str' to be valid UTF-8."Checking the github issues, this one seems to be closed. I have no wierd characters in my filepath.I cannot find anything else on it that will resolve this error, nor do I know what/where to check to find out what is causing this. Anyone else ran into this issue on OSX?

Submitted October 01, 2017 at 05:33PM by michelb
via reddit http://ift.tt/2xQ6WYL
Reddit: BarcodeScannerPlugin: A simple flutter plugin to scan barcodes (e.g. EAN-13 or QR) by Patrice Müller (swissonid)
http://ift.tt/2g52U5m

Submitted October 02, 2017 at 04:04PM by Purple_Pizzazz
via reddit http://ift.tt/2wuklCy
Reddit: Netwalk: A simple cross platform puzzle game created with Flutter by Niels Falk
http://ift.tt/2xTjIpx

Submitted October 02, 2017 at 08:54PM by Purple_Pizzazz
via reddit http://ift.tt/2wtw7gE
GGroup: Please help us plan and "thumbs up" issues in our tracker. Thanks!
Hello flutter-dev! We're planning our future arcs of work, and we'd appreciate if you could "thumbs up" the issues that are important for your app or team: http://ift.tt/2rosCVB If you have a special use case for the issue or feature request, please also leave a comment.

Submitted October 02, 2017 at 11:10PM by Seth Ladd
via Flutter Dev http://ift.tt/2xSQmr1
Reddit: Internationalizing Flutter Apps (tutorial)
http://ift.tt/2xaBzJE

Submitted October 02, 2017 at 11:51PM by KingBaal
via reddit http://ift.tt/2fL5Bwi
GGroup: SlideTransition, FractionalOffset, and Alignment
# Summary SlideTransltion now works in terms of Animation rather than Animation. The semantics are the same as before. You just need to replace the type FractionalOffset with Offset. Alignment supersedes FractionalOffset and is a better way to specify where you

Submitted October 03, 2017 at 09:42AM by Adam Barth
via Flutter Dev http://ift.tt/2g5aPQe
GGroup: Does the Flutter license allow commercial apps?
There are some open source licences which are 'poisonous' for normal commercial software development. For example, if you use a library with a GPL licence you must open source your entire application. Flutter mobile apps depend on a large number of licences: http://ift.tt/2xQ0Gi1

Submitted October 03, 2017 at 10:19AM by Mark McLaren
via Flutter Dev http://ift.tt/2xNOq44
GGroup: how to access an object created in one stateful widget in another stateful widget in flutter
Hello Dev Team, I am stuck in my project where I have two stateful widgets created in flutter as two different dart files. Now, I have to access the instance of an object created in first widget in the second widget, but I am not so sure how I can do this in flutter when creating widgets. One

Submitted October 03, 2017 at 12:46PM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2fLwH6a
GGroup: Awesome job
Hey deer flutter team, I found out about flutter 12h ago. And I am fascinited by it. As I I am a truly JetBrains Lover I was amazed how efficient my workflow is, through out this fact. I really wanted to thank u and hope that flutter has a great future and I wanted to ask u if u have stickers

Submitted October 03, 2017 at 08:49PM by Christoph Schnabl
via Flutter Dev http://ift.tt/2xet9fD
Reddit: Firestore Plugin for Flutter
http://ift.tt/2g8hDN9

Submitted October 03, 2017 at 10:16PM by KingBaal
via reddit http://ift.tt/2yGknI9
GGroup: ListView with StatefulWidget
Hi, I'm facing a problem with ListView.builder, using itemBuilder to build a StatefulWidget as a ListItem. The problem is that after changing the list (removing item from the middle, adding at 0 index, etc...) the props on the ListItems are all wrong. *Examples* ** Adding:* -- LIST -- 1. A 2.

Submitted October 04, 2017 at 04:45PM by Idan Aizik-Nissim
via Flutter Dev http://ift.tt/2yYlkwv
GGroup: how to implement push notifications
Hi dev Team, hi every one I am trying to implement push notification but, when I am trying I can sense that I am receiving a message but how to redirect this message as a push notification. import 'dart:async'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:flutte

Submitted October 05, 2017 at 07:22AM by mahe...@prayuta.com
via Flutter Dev http://ift.tt/2hOi96m