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

Hey guys uploaded a new video "Domino's Clone app in Flutter" on my youtube channel. Have a look and let me know your feedback on the comment section. Thank you. Video link :
https://youtu.be/0veUMmix8P8

May 17, 2021 at 06:16PM by praveenthedesigner
https://ift.tt/3eQdtrU
New post on /r/flutterdev subreddit:

Flutter Web - feels too artificial
I've been trying to make a small web app off the back of Flutter Web since its stable release... and I love the fact I don't need to write HTML/CSS/JS for everything... But, the scrolling still feels a little off, even if it's close to the real deal. The navigation 2.0 is way too complex and not developer friendly, and these are just the tip of the iceberg for me. Significant features that are so often overlooked, such as right clicks to open in a new tab/window/incognito window, don't appear. The community is so small it's hard to talk through problems that arise. Don't get me wrong, I think it's really amazing what Flutter have achieved so far in the web space, but everyone knows how the web is supposed to feel, we're all so used to HTML that anything which attempts to resemble it feels wrong and too artificial. Does anyone out there think there's any hope for Flutter Web, or is it just another Flash waiting to be abandoned?

May 17, 2021 at 06:07PM by ScrabbleKnight
https://ift.tt/3bvLDPq
New post on /r/flutterdev subreddit:

Davinci 2.0.0 is out. Added support for capturing widgets which are not mounted in widget tree.
https://ift.tt/3nIB8Nz

May 17, 2021 at 07:19PM by chif_
https://ift.tt/2SS3Jol
New post on /r/flutterdev subreddit:

News app made in flutter
Hey guys, this is my first complete flutter app that uses newsapi.org. I'm only 16 so I'm not sure what the best practices are so any feedback would be very much appreciated.Github Link: https://github.com/31Carlton7/flutter_news_app

May 17, 2021 at 08:16PM by 31Carlton7
https://ift.tt/2QpbscK
New post on /r/flutterdev subreddit:

Paddinger, a package to deal with Padding widgets
Hello everyone,few days ago I released Paddinger, my first Flutter package to help you deal with Padding widgets.Paddinger generates Padding widgets from the constants you annotate with @paddingerStarting from:@paddinger const double PADDING_NORMAL = 8;You get these widgets:NormalAllPadding NormalLeftPadding NormalTopPadding NormalRightPadding NormalBottomPadding NormalHorizontalPadding NormalVerticalPadding NormalLeftTopPadding NormalLeftBottomPadding NormalRightTopPadding NormalRightBottomPaddingSo instead of writingPadding(padding: const EdgeInsets.all(PADDING_NORMAL),child: Text('MyText',),)you can use the newly created widgets and just writeNormalAllPadding(child: Text('MyText',),)I hope someone finds it useful and would like to see your feedbacks!You can find the package on pub.dev and its source code on GitHub​Happy Fluttering!

May 17, 2021 at 11:16PM by ema987
https://ift.tt/3eRhrk6
New post on Flutter Dev Google group:

NoSuchMethodError was thrown building FutureBuilder
I want to get a JSON object from an api and format the information to screen. So far I've done the below as a practice: class Home extends StatelessWidget { final String accountNum; Home(this.accountNum); final String apiUrl = "https://ift.tt/2YQsVKo"; Future

May 18, 2021 at 12:01AM by Kristin
https://ift.tt/3tT3V3t
New post on /r/flutterdev subreddit:

Is fully decoupled onion architecture worth it in flutter?
I see everyone putting fully decoupled onion architecture in a pedestal as if it's the perfect architecture. But when I ask people they use it, most of them say they doesn't.Here's the architecture's diagram:
https://blog.cleancoder.com/uncle-bob/images/2012-08-13-the-clean-architecture/CleanArchitecture.jpgHere's a tutorial of how to do it:https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/My first project, I did using all these rules and it turned into a nightmare. Onion Architecture may be good for switching libraries and dependencies, but it's a complete nightmare for modifying stuff.I don't disagree with basic stuff, like creating a readable code, use immutable states, good error handling, testable code, use custom objects and create basic layer division. But when you decouple everything, modifying stuff becomes really hard.
If you want to modify your "user" object, in an average architecture you would just need to modify the user itself and make some changes on your database to fit the change. After that, you can run some tests to see if everything is ok. In onion architecture, you will need to change the user, the database, adapters, contracts and more. If you change just a parameter type of the "user" object, you will need to modify everything I already said, plus all use_cases that use the parameter, plus all the contracts between layers and maybe more.Sometimes I think it also makes the code less readable because you need to jump between too many files.I would like to know the experience of you guys regarding this topic.
Hardcore layer division really worth it in the long run making the code more maintainable?
Did I do something wrong and that's why it became a nightmare?
Or basic good practices are enough?

May 17, 2021 at 11:27PM by werexzenok
https://ift.tt/3eSKXG8
New post on /r/flutterdev subreddit:

How It’s Made: I/O Photo Booth
https://ift.tt/3hAmJSK

May 18, 2021 at 04:54AM by felangel1
https://ift.tt/2RZZabo
New post on /r/flutterdev subreddit:

Easily Change the Package Name of the Flatter App.
https://ift.tt/3yjecJR

May 18, 2021 at 07:20AM by Complex-Bee5044
https://ift.tt/3eTtwoH
New post on /r/flutterdev subreddit:

Desktop GUI Implementation using Flutter WEB (Part 1: Introduction)
https://ift.tt/3hzHpdG

May 18, 2021 at 10:11AM by Elixane
https://ift.tt/3eTLKq7
New post on /r/flutterdev subreddit:

Flutter + Firebase: How we built CrochetApp
Hi everyone :) This is my first time posting on reddit and my first time posting an actual tech post on the internet :D Firebase + Flutter is becoming very popular and I decided to share our story, how we too created an app with these 2 tools :)https://medium.com/@darja.tretjakova/flutter-firebase-how-we-built-crochetapp-7aac69f14c17

May 18, 2021 at 11:21AM by dariatr
https://ift.tt/346zJaZ
New post on Flutter Dev Google group:

Flutter voice recognition continuous
Hey guys, Could you help me am trying to develop flutter app for Android and IOS that is able to protect women from danger with help of voice recognition. This is how it works, first user must create account and fill his information with a wake word and samples of his voice to train it. What i

May 18, 2021 at 12:50PM by Fadi Chaalab
https://ift.tt/3uZkufw
New post on /r/flutterdev subreddit:

Hey guys uploaded the 2nd part of the "Domino's Clone app in Flutter" on my youtube channel. Have a look and let me know your feedback on the comment section. Source code in the description of the video. Thank you.
https://youtu.be/cdyR5HxfHds

May 18, 2021 at 02:59PM by praveenthedesigner
https://ift.tt/3fvlX6M