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

Stateful vs Stateless
I feel thick skulled. Stateful vs Stateless is confusing me right now.A page is stateless, in that page there is a list that is populated by an API is that list stateful? and if that contains items that don't change once they are printed are they stateless?

January 29, 2019 at 02:02PM by Cucabanaan
http://bit.ly/2RUwxeI
New post on /r/flutterdev subreddit:

As my first flutter project, I made this Progress Button that shows Progress and Error states with animations.
http://bit.ly/2BajwmV

January 29, 2019 at 03:02PM by absolutehalil
http://bit.ly/2ThJgok
New post on Flutter Dev Google group:

Cursor Exception with Infinite View using Firebase FireStore
I have a method to return some data from FireStore, which is used for pagination in my Flutter app. static Future getAllItems({int count: 12, dynamic lastKey}) { if (lastKey != null) { return Firestore.instance .collection('uploads') .where('active'

January 29, 2019 at 05:39PM by Purusothaman Ramanujam
http://bit.ly/2Uo6R6V
New post on /r/flutterdev subreddit:

An open source community-curated list of Flutter conferences around the world
http://bit.ly/2G9hNS6

January 29, 2019 at 07:22PM by mobilehackers
http://bit.ly/2HEqRkr
New post on /r/flutterdev subreddit:

Tutorials: Flutter Widgets 15 | Stack –@niebin_gg #flutteropen – Medium
http://bit.ly/2RpLMqL

January 29, 2019 at 06:38PM by nb312
http://bit.ly/2Ukpf0u
New post on Flutter Dev Google group:

Calculating two random numbers
I am trying to calculate two random numbers. I do get a sum, but it isn't the sum of my two random numbers. If I try with more random numbers there will still be only one sum. My goal is to display it something like this: "2 + 5 = " where the user will fill in the answer. If correct do this, else

January 29, 2019 at 08:14PM by Battleaxes
http://bit.ly/2MEYGk5
New post on Flutter Dev Google group:

How to wrap Text with minimal width?
I've a text layout problem. I want create something like this: supertitle --------------- titletitletitle This should be a column with two text widgets and a separator line which should be as wide as the widest of both texts – but not larger. This works as long as the text doesn't

January 29, 2019 at 08:28PM by Stefan Matthias Aust
http://bit.ly/2Rpv6j8
New tweet from flutterio:

The BackdropFilter widget combines with an ImageFilter to let you skew, rotate, or blur images. Want to make a widget pop by applying a gaussian blur to what's behind it? Give BackdropFilter a try!

Click for more #WidgetoftheWeek tips. ↓ pic.twitter.com/8qpK6dGZ1W— Flutter (@flutterio) January 29, 2019

January 29, 2019 at 11:17PM
http://twitter.com/flutterio/status/1090373390681042944
New post on /r/flutterdev subreddit:

How do I apply to the GDE Flutter program?
I’ve been using Flutter since the beta was released and I would like to apply to the program. What should I do?

January 30, 2019 at 03:26AM by jorandradefig
http://bit.ly/2Sd6yyt
New post on Flutter Dev Google group:

How can i upload file to server
How can i upload audio file to server. Thanks in advance

January 30, 2019 at 06:09AM by Harish Challa
http://bit.ly/2HFlPnG
New post on /r/flutterdev subreddit:

Which is the best way to use bloc architecture pattern with your flutter app
Is it better to use with the flutter library flutter_bloc and bloc or better to use with the rxdart package?

January 30, 2019 at 07:55AM by KrishnakumarCN
http://bit.ly/2RZHGec