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

The Summer may be nearly over, but I still decided to make a new app, Cocktailr!
Cocktailr is the ideal app for cocktail enthusiasts. It allows users to discover cocktails and learn new recipes. Feel free to check it out on the Play Store, https://play.google.com/store/apps/details?id=com.bramdeconinck.cocktailr. It would make my day if some of you would check it out :)I'm using an open-source database, https://www.thecocktaildb.com/ for all data and BLoC + Provider for state management. The source code can be found here: https://github.com/BramDC3/Cocktailr.

August 31, 2019 at 10:37PM by bramwarsx
https://ift.tt/2MLXe2k
New post on /r/flutterdev subreddit:

Flutter application responsiveness
When you code a flutter application is it responsive to the different screen sizes, or do use a specific widget. If so which widget? Any totuials for how to make it responsive?

September 01, 2019 at 07:59AM by 123Spaceman123
https://ift.tt/2NKftES
New post on Flutter Dev Google group:

developers need GUI tool for design
Hi. I am a flutter user. I'll give you one piece of advice. How about creating a tool that lets you design with a graphical user interface? Version 2.0 will be coming soon, but it is not easy for a single developer to express ui by text coding. It's nice to make a lot of features, but first of

September 01, 2019 at 10:57AM by rain kim
https://ift.tt/30PcH53
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