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

Help improve the dart language
I'm an avid fan of dart but like any languages it has its problems (no this isn't a post about enums :) .One ongoing problem I have with the language is discovering what exceptions a particular method is going to throw.The date language guide recommends adding details of what exceptions are thrown but the reality is that they rarely are.I think there are two root causes of this.1) it requires writing documentation and most developers hate writing documentation. 2) it's often hard to determine what exceptions your method throws because the methods that you call don't document their exceptions.This problem then bubbles up the code path and you have the situation as we have today where exceptions are essentially not documented.I believe there is an easy, non invasive, way of solving this problem.The idea is to add a lint that tells developers that they are missing documentation for an exception.With a lint in place the IDEs can be modified to add a quick fix which automatically adds the exception to the documentation.With little effort we can get a dramatic improvement in exception documentation which will benefit everyone in the community.As it's implemented as a lint it can be globally or locally disabled if you find the lint offensive.I've raised an issue on the dartlang repo.https://github.com/dart-lang/linter/issues/2246If you think this issue would benefit the community could you please vote or comment on the issue.

October 17, 2020 at 02:05AM by bsutto
https://ift.tt/3434G0e
New post on Flutter Dev Google group:

error creating project flutter create command was unsuccesfull
error creating project flutter create command was unsuccesfull I created a new project in Android Studio and failed. I get a message like that. what's the solution?

October 17, 2020 at 06:51AM by nadu iki
https://ift.tt/3nZ7CDb
New post on /r/flutterdev subreddit:

How to input and sum two integers
I know it's a very simple thing to most of you, but I just started in Dart and when I input a integer using the stdin.readByteSync() it returns me the ASCII code of this number.When I use stdin.readLineSync() it just concatenate the numbers like 1 + 1 = 11I'm trying to understand the behavior of this methods. I found nothing conclusive in the documentation.

October 17, 2020 at 06:34AM by kaizo23
https://ift.tt/2T467p6
New post on /r/flutterdev subreddit:

How would you code this?
Hypothetically, if I want 1000 buttons, that lead to 1000 pages, that each have the same structure, but unique text on them; what would be the most efficient way of doing this, in your opinion?

October 17, 2020 at 08:02AM by NsfwOlive
https://ift.tt/3lSFfok
New post on /r/flutterdev subreddit:

Flutter 4 Fun new post and new library
Check out our new blog post in Flutter 4 Fun:UI Challenge 2 – Gaming App Design By Nevil Suresh – Part 1 / 2In the end, we published our work as a new library, you can check it out on Github and Pub.You can subscribe to our Blog's notification or Twitter account to get notified on a new post.

October 17, 2020 at 11:28AM by imaN_NeoFighT
https://ift.tt/3k5YuKw
New post on /r/flutterdev subreddit:

Maximalize the use of Hot Reload: Run the Android Emulator directly in Android Studio
https://ift.tt/2IF6AvX

October 17, 2020 at 02:18PM by Kloth494
https://ift.tt/31eaz8Y
New post on /r/flutterdev subreddit:

Is Flutter Web useable for a photography-based portfolio website?
I'm trying to build my wife a website to show off her photography for her business. She currently has one using squarespace, but it is JANK; like you can't even customize a grid or position images correctly. I tried whipping up a quick site using webflow, but it's not very customizable or intuitive to me. I am pretty good at flutter though, but I've only built mobile apps. I'm learning React for work, but I truly hate it compared to Flutter, and it would take me a long time to learn, then build something from scratch.More specific questions:How is rendering images for Flutter Web? If I store them in say Firebase Storage, do they render relatively quickly?I've heard scrolling isn't so great for web. How do animations perform if there's no scrolling involved?
I'm just wondering if flutter web is worth pursuing for this particular project or should I just stick to webflow or something else.

October 17, 2020 at 06:28PM by runfly24
https://ift.tt/2H81VCh
New post on Flutter Dev Google group:

assembleDebug taking too much time
I am new in flutter and i tried to make simple project using firebase. but unexpectedly assembleDebug is taking too much time. Please help me how to solve it. Thank you....

October 17, 2020 at 07:50PM by Jay Parmar
https://ift.tt/2HeoKnD
New post on /r/flutterdev subreddit:

Best Editor?
What's your favorite editor for development in windows and why?

October 17, 2020 at 10:42PM by seedlessit
https://ift.tt/35nIxth
New post on /r/flutterdev subreddit:

Is there Flutter pos printer plugins that supports custom design?
Hi all, i tested some printer plugins but none of them is good for me because we can't make custom designs, so is there best flutter printer project?

October 18, 2020 at 01:59AM by diyar_gulli
https://ift.tt/2FCzMm0