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

Supabase releases Flutter and Dart libraries
https://ift.tt/3l1Ln0e

July 26, 2021 at 06:37PM by kiwicopple
https://ift.tt/3zzgwwb
New post on /r/flutterdev subreddit:

Accepting payment in flutter web
Any news on actually support for accepting payments, either through stripe or PayPal for flutter. A lot of the solutions are hacks. Importing a JS libraries and what not. All the packages on pub.dev are mobile only and don’t support web. Was curious if there is first class package that assists with this.Thanks,

July 26, 2021 at 09:51PM by North_Tonight277
https://ift.tt/2WoY2Af
New post on /r/flutterdev subreddit:

Get a Dash plush?
I am currently learning Flutter and am absolutely loving the framework and Dart! I’ve spent the last 7 years or so being a dotNet developer so it’s been an awesome new skill for mobile and web market.That being said- I LOVE plushies and stuffed animals too and I was wondering if anyone knew where I could purchase a Dash plush to sport my newfound passion for Flutter in my office?I have looked around and mostly see that the actual Flutter Dev teams seems to have them but… I want one 😃

July 26, 2021 at 09:30PM by KangarooRIOT
https://ift.tt/3BIa6fU
New post on /r/flutterdev subreddit:

Shark: server rendering framework
If you have stayed tuned on latest post, I am developing an open source server rendering framework: Shark. I have finished the basic work, it’s ready to test and grow. 👋. Welcome to report issue or pull requests. Shark

July 27, 2021 at 06:04AM by NiceGuy-n2
https://ift.tt/3BKZYmH
New post on /r/flutterdev subreddit:

Flutter Web and MySQL database
Is there a way to use flutter web and connect to a mysql database? Right now I'm using the mysql1 package to do this for all other platforms and it works great. I'm just stuck on trying to get it something to work with web. There doesn't seem to be a package I can use for this.

July 27, 2021 at 05:29AM by abruzzo88
https://ift.tt/3f1JEEl
New post on /r/flutterdev subreddit:

Fontina: My first web app
Hello Devs! I have been learning flutter for some time now and wanted to make a full stack application to test my skills. I am sort of a Font Enthusiast and wanted to my collection of fonts to showcase them for other devs and see how they look and pair with other fonts. I know the code isn't as clean as I wished but it isn't that bad for a first try. I also wanted to make my own API and I did that using Node, MongoDB and Deta.The website can be found at fontina.netlify.app and the APK is available at Fontina ReleasesAlso the source code can be found at GithubAny feedback is appreciated!

July 27, 2021 at 08:53AM by BallisticSwami
https://ift.tt/3BJSD6O
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