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

A CLI tool to help generate dart classes from json returned from API
I basically don't like running build runners so I built this which automatically generates classes from an API endpoint , compiled into dart native it's fast and customisable . Check it out -> https://github.com/pacifio/json2dart

July 27, 2021 at 11:43AM by pacifio
https://ift.tt/3x6ZtQk
New post on /r/flutterdev subreddit:

Mastering Dart Collections
https://ift.tt/3eWilLN

July 27, 2021 at 12:23PM by deniskrr
https://ift.tt/3x8ttLy
New post on /r/flutterdev subreddit:

Flutter Navigator 2.0 - Clean Architecture
I'm trying to build an application that needs to support both mobile and web and I've been looking into the Flutter Navigator 2.0, but struggling to find much content out there - especially an example with clean architecture.This is the best article I've seen: https://medium.com/flutter-community/flutter-navigator-2-0-for-authentication-and-bootstrapping-part-1-introduction-d7b6dfdd0849But even throughout, he mentions that the example he implemented is not following clean architecture.I am using Firebase as a backend and it would seem like you would put the onAuthStateChanged listener in the AppDelegate?The other main concern is the "custom data type" for app configuration. It seems like there is a complicated process to determine app state and pass that to the AppDelegate and RouteInformationParser that doesn't seem like it would scale to a very large application.If anyone has any more helpful links or tips and tricks for implementing the new Navigator 2.0, it would be much appreciated!

July 27, 2021 at 03:54PM by austinn0
https://ift.tt/3eXRwqj
New post on /r/flutterdev subreddit:

How Flutter renders the UI
UI is made through widgets, but how do they end up on the screen? This post is a quick deep-dive in how the framework goes from the widgets to painting the pixels on the screen.

July 27, 2021 at 03:28PM by alliscode
https://ift.tt/3zEaWZo
New post on /r/flutterdev subreddit:

This community needs a sticky thread for all the major production apps built with Flutter
As a Front-end developer, I am constantly asked for building Web apps and Apps with whatever technology stack the higher-ups ask me to work with, hence I seriously have no say in What framework to choose. I am given the prototypes, the postman collection, and the name of the framework that's all. But even then when I am personally asked to choose a framework I recommend Flutter, I have been with it since its inception and I truly like a lot of its features (except styling, I am much more well versed with CSS type styling and have to reference Internet constantly while styling Flutter). It will be great to have a handy list of examples always ready to show to back up my recommendation for Flutter. I am glad that Google Pay and Google Ads exist as example, but bringing up Google Pay also brings up the same "Stutter on iOS" GitHub post which kind of sets me back to square one.I hope this is not a stupid request and will be great if the community thinks about it.​Thank You :D

July 27, 2021 at 03:21PM by dumbledayum
https://ift.tt/2WszAhl
Flutter Heroes pinned Deleted message
New post on /r/flutterdev subreddit:

all of the code for my games is now FREE
I have been creating games from scratch for the past year, and I have been selling the code on my website, but now i decided to make it all free and public on my github! Link in the video description :)https://youtu.be/IH3xgwV-9HkI am primarily doing this because I want to have a small community where people can raise issues with my code so that I can come around to fix them. I hope you enjoy <3

July 28, 2021 at 06:36AM by Heisenlife
https://ift.tt/3zNocLt
New post on /r/flutterdev subreddit:

Want to use a SVG icon in the BottomNavigationBar?
I made a package for this. The reason is; if you use a SvgPicture.asset (from the flutter_svg package) with an BottomNavigationBar, the colors doesn't match with the colors if you used an Icon.The package url: https://pub.dev/packages/svg_iconI'd like if you comment any feature that you'd like in this library! (or bugs)

July 28, 2021 at 09:34AM by thndr0
https://ift.tt/3l3tazr
New post on /r/flutterdev subreddit:

onboarding_overlay | Flutter Package - Released a new version, now with arrows on the label box
https://ift.tt/3n8mWNH

July 28, 2021 at 06:14PM by The_GoldyMan
https://ift.tt/3x9JNfo