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

Any reason why Bloc pattern examples fetch ids first?
I have seen several examples including from the Boring show with the flutter team and also the cocktal app someone released recently fetched the data first by a list of ids and then used a stream builder to re fetch each individual id to get the object data. Arent you making n+1 requests? Why not just fetch the list with the ids + the other fields all the first round about since you can query the data with it... and just use the streambuilder for pagination? Sorry if this is a dumb question.

September 01, 2019 at 10:38AM by quanwhom
https://ift.tt/2LekdzC
New post on /r/flutterdev subreddit:

FlutterForce — Week 42
https://ift.tt/2Ljfpt3

September 01, 2019 at 12:48PM by flutterist
https://ift.tt/2MOgb4u
New post on /r/flutterdev subreddit:

I discover Flutter and it's documentation (tutorial on multiple parts! )
https://ift.tt/2HDjKq1

September 01, 2019 at 01:47PM by Thibault_JP
https://ift.tt/2Zvn6WK
New post on /r/flutterdev subreddit:

Can Flutter handle building an interpreter for a programming language?
Basically, I'm planning on building an interpreter for LOLcode. The user inputs their code in LOLcode, then the program does what is coded. Can Flutter handle this? Why or why not?Sorry, I'm not proficient enough in Flutter to gauge this.

September 01, 2019 at 01:41PM by xtrxtr
https://ift.tt/2LjV0nK
New post on Flutter Dev Google group:

Unhandled Exception: NoSuchMethodError: The method 'then' was called on null
After I have uploaded image to firebase storage, how can I return the url ? I can see the images are successfully uploaded to Firebase Storage. *bloc* _repository.getImageDownloadUrl(ref.documentID, workOrder.imagePath).then( (val) => print(val))); *repository* @override Future
September 01, 2019 at 03:57PM by Tony Seng
https://ift.tt/2ZuY8qz
New post on Flutter Dev Google group:

Flutter code written after CupertinoDatePicker is executed before it.
Code written after CupertinoDatePicker is executed before it.. I'm using CupertinoDatePicker, and facing this issue. Below code is an example that I have created to ask the question and find the solution from flutter experts. Any help to solve the issue will be appreciated. Expected Result:

September 01, 2019 at 05:43PM by flutter testing
https://ift.tt/34fTPyf
New post on /r/flutterdev subreddit:

Peek and Pop
Although I had shared this package here before, I am happy and excited to share it once again, this time more officially, as v1.0.0 is released.Peek & Pop implementation for Flutter based on the iOS functionality of the same name.Pub | GitHubFeatures:-Highly Optimised and Very Customisable-True iOS Style with the Indicator, Scaling, Overlap and Alignment Features-Built-in and Easy-to-Use Quick Actions Feature-Manage Comfortably with Extensive Enumeration and Detailed DocumentationWatch on Youtube: Showcase Demo | Technical Preview

September 01, 2019 at 08:22PM by AliYigitBireroglu
https://ift.tt/2zIGgsZ
New post on /r/flutterdev subreddit:

Flutter Sqflite Manager v 0.1.0 [early preview] : To manage your sqflite database in Flutter. Browse the database's tables, see the rows inside them, empty tables and delete the entire database. Review your tables' columns and the corresponding column type.
https://ift.tt/2LyQXnJ

September 01, 2019 at 09:56PM by EngineerScientist
https://ift.tt/2PK1TDY
New post on /r/flutterdev subreddit:

The second video in my Flutter UI challenge series, but I used Flare to finish the first challenge, if you ever wanted to see Flare in action, here you go
https://youtu.be/bPa1spHF7tY

September 01, 2019 at 09:20PM by DecimalSaxon
https://ift.tt/2zJr5zI
New post on Flutter Dev Google group:

ListView Animation
[image: winter-drinks-cocoa-open.gif] hey! i have a list view of images and i want when the user scroll it other images get a little smaller and the one which showing get bigger just like this i searched alot couldn't find anythyng how i can do this please?

September 02, 2019 at 01:01AM by Yasin
https://ift.tt/30Rj1sF
New post on /r/flutterdev subreddit:

Finally fast import suggestions
In Android Studio 3.5 and flutter plugin v38.2.3 finally there is very fast code completion, and while choosing from list it imports right away. It works even better than kotlin code completion now, Thanks!

September 02, 2019 at 07:05AM by kubenqpl
https://ift.tt/2kkfmDA
New post on /r/flutterdev subreddit:

Notebulk - Documentation update
Like promised I've started adding documentation to Notebulk and would like suggestions since this is my first open source app (and I very rarely comment things). Also updated documentation on Entitas to clarify some points.Feedback is greatly appreciated!

September 02, 2019 at 07:13AM by Unknowablee
https://ift.tt/2kmjNxV
New post on /r/flutterdev subreddit:

Panache, a Flutter material theme editor in your browser
https://ift.tt/2ZukacX

September 02, 2019 at 12:40PM by rxlabz
https://ift.tt/2Lo2oOF