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

Flutter Implicit Animation Widgets CheatSheet! » CodeSearchOnline
https://ift.tt/3cY6avB

October 02, 2020 at 07:18AM by abhay994
https://ift.tt/34ilfV3
New post on /r/flutterdev subreddit:

Any RoadMap for NEW /Starting Out Flutter Devs
A roadmap/list of important topics to learn would be really great for any newbie. Looking forward to what you have in mind.

October 03, 2020 at 01:58PM by VeterinarianTight102
https://ift.tt/3cSR5ve
New post on /r/flutterdev subreddit:

Flutter 1.22 NNBD upgrade issues
Hi Everyone!​I want upgrade to Flutter 1.22 but when I try it cause build issue. So it make me upgrade many package for example Bloc, Firebase. So many breaking change.​Is possible to upgrade without this issue? I think is because NNBD cause semver conflict

October 03, 2020 at 04:12PM by Flutter_Dev
https://ift.tt/30v2BZ4
New post on /r/flutterdev subreddit:

“About the developer”
Hello everyone, I am working on a personal training / fitness app that I intend to publish for the members of my local gym. I am contemplating making a button that says “Designed and Developed by...” and a page that says something about me or what not. It seems not a lot of developers do this, but I would like to expose myself a little bit, and maybe add a “support me” button. Any ideas or templates that i can get some inspiration from? Anything would be greatly appreciated. Thanks

October 03, 2020 at 04:08PM by SinValentino
https://ift.tt/2SpM2ZQ
New post on /r/flutterdev subreddit:

design pattern
which is the best design pattern for flutter (mvp, mvc, mvvm, bloc, etc ...) ?

October 03, 2020 at 05:05PM by medmelek
https://ift.tt/3jrFhCV
New post on Flutter Dev Google group:

i wanted to build a browser using flutter to help people save data
i wanted to build a browser using flutter to help people save data, i read that in order for me to do that i need a server that compresses the data before it reaches the user, couuld someone lead me in the right direction so i can begin my project by just explaining what i will need to complete

October 03, 2020 at 05:46PM by Macphail Magwira
https://ift.tt/2GpSEFb
New post on /r/flutterdev subreddit:

Hobby project build with Flutter and Firebase
During the day I'm an ordinary Android developer, but in the night I'm coding fun stuff in Flutter. Recently I've started this hobby app that lists the most epic items you can get from Amazon. Money rolling papers, pope costume for a dog, baby Yoda night light, grumpy sharp slippers - you name it. Available only for US customers at the moment.It's completely free and doesn't contain any ads.I built backend with Firebase. Database is Firestore, website is hosted on Firebase hosting, and products are added from admin panel with the help of scheduled Firebase cloud function.I had some issues to implement "likes". As Firebase has it's own restrictions, it's quite hard to query liked products by IDs, as there's limit of 10 elements for that. So for the first release I decided to go with Hive reactive DB and store liked products locally. This works for now, but definitely needs improvement.For title in the appbar I used google_fonts package.What do you think? What would you improve?Website: https://ohmygoodness.app/Android: https://play.google.com/store/apps/details?id=app.ohmygoodnessiOS: https://apps.apple.com/us/app/id1532788117

October 03, 2020 at 07:32PM by OrangeRedAndRed
https://ift.tt/36tnojf
New post on /r/flutterdev subreddit:

Why is there a link to BlackLives Matter on the Flutter wiki?
Just noticed that at the bottom of the Flutter Wiki are some links to some other Flutter pages, style guides and... blacklivesmatter.com - WTF?What does that organisation have to do with the Flutter wiki?

October 03, 2020 at 09:33PM by TheOtherNextGuy
https://ift.tt/36pxBNM
New post on /r/flutterdev subreddit:

Please help us decide what Flutter dev tools to build. What is the Flutter ecosystem missing?
https://ift.tt/2SpjvDS

October 03, 2020 at 10:14PM by Codelessly
https://ift.tt/33sekcv
New post on /r/flutterdev subreddit:

Project structure choices: Freezed, Dartx, etc. - Reso Coders difficult code
Tl;Dr; Reso Coders extensive use of freezed (and especially freezed meta tags) and other plugins make it hard to read and understand the code. What is your opinion about this and freezed in general?I went through ResoCoders TDD and DDD courses and must say I liked TDD but DDD seems much more practical and less over-engineered. TDD has so many classes like use-cases and stuff which just seem to pass data through it (i never got too deep into TDD since I wanna use DDD so correct me if I'm wrong or missing something). But what I really don't like is his extensive plugin usage. He uses plugins for every little stuff where he would be better off by just using a pure dart "workaround" like kt_dart with KtList is actually just a UnmodifiableListView in Dart (okok KtList is compile safe but if you use TDD your tests should catch stuff like that). Anyways. The pain begins here: Freezed makes code so messy and introduces such a unreadable syntax (in my opinion). Don't get me wrong easy to use immutable classes are really nice with builtin copyWith even better BUT all these meta tags are really making it hard to read the code and even harder understanding it: For example there are classes that are abstract include an autogenerated class by using with, that have a factory constructor which references to different anonymous subclasses (what the f??? How should any new guy at a firm read this kind of code?). And that are the easier classes wait till you use json_serializable with freezed that is where the fun begins. Freezed even includes custom json fields into your generated json. Code should be easily readable and understandable otherwise nobody can maintain it properly (still maybe this is only my opinion) but all these autogenerated code snippets and meta tags all over the place makes it almost impossible to easily read/understand the code. What do you guys think about this extensive use of such things in his tutorials and what is your opinion about freezed in general?I can understand that robust code is often more complex but it still should be easy to read and to understand otherwise this will introduce errors in the future and make the code just as well unstable. Hardly readable code is never a good sign I think.

October 04, 2020 at 02:23AM by Hard_Veur
https://ift.tt/3jusrDJ
New post on /r/flutterdev subreddit:

Make your own ranking algorithm to curate your social media (Made with Flutter)
https://ift.tt/2EXh5sT

October 04, 2020 at 06:43AM by elijahleinkram
https://ift.tt/3cXYDwW