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

Newsletter Flutter Croissants 🥐 - #06 - Navigator 2.0 made easy, the Material You Navigation Bar Widget, new guides published for Fuchsia, how to inspect/profile your application, the best cities for software engineers…
https://ift.tt/3a7Ueqt

October 04, 2021 at 08:43PM by g123k
https://ift.tt/3D9FC6z
New post on /r/flutterdev subreddit:

Flutter Firestore Collection Group
I have a collection company and each company has a collection employee. I want to create a query to retrieve a particular employee based on its document id. Do you have any idea how to do that?I was thinking about using collectionGroup("employee"), but I couldn't find a way to access the document id.This is my current code:
Stream<UserModel> streamFirestoreUser() { return _db.collectionGroup('employee') .where("email", isEqualTo: emailController.text) .limit(1) .snapshots() .map((event) => UserModel.fromJson(event.docs.first.data())); } 


October 04, 2021 at 08:37PM by john_soloman
https://ift.tt/2YmxzEA
New post on /r/flutterdev subreddit:

Flutter for web current state
Hello there.I'm working on choosing either React JS or Flutter for a project and I'm more inclined of using Flutter for a web app. Can you tell me what was your recent experience with Flutter for Web and if there were any improvements since Flutter Reach announcement? Haven't tried it yet but I wish to know if there are certain dev jams I need to be aware of.Thanks in advance.

October 05, 2021 at 10:34AM by Andrew_C0
https://ift.tt/3lcIdGU
New post on /r/flutterdev subreddit:

✍️ Just released a dart port of my free-hand drawing algorithm, perfect_freehand!
https://ift.tt/3a79JyS

October 05, 2021 at 02:32PM by steveok
https://ift.tt/3FmlHTJ
New post on /r/flutterdev subreddit:

📲 Flutter Authentication and Authorization with Auth0
📚 In this tutorial, you’ll learn how to enhance your Flutter apps by enabling authentication, supporting federated identity providers, adding authorization by introducing roles and permissions, all by leveraging Auth0. Read more…

October 05, 2021 at 04:00PM by robertinoc
https://ift.tt/3BpK8gA
New post on /r/flutterdev subreddit:

the getter docs isnt defined for the object in streambuilder
how to solve this in streambuilder

October 05, 2021 at 04:17PM by sorrytobreakyourego
https://ift.tt/3lbj5jC
New post on /r/flutterdev subreddit:

AdSense account has been disabled even though app is in early access.
/r/androiddev/comments/q20boy/adsense_account_has_been_disabled_even_though_app/

October 05, 2021 at 06:43PM by bimsina
https://ift.tt/3a5N0n4
New tweet from FlutterDev:

🦋 Get ready... *Dash faints* Check back tomorrow for an announcement you won’t want to miss!— Flutter (@FlutterDev) Oct 5, 2021

October 05, 2021 at 07:00PM
https://twitter.com/FlutterDev/status/1445433601986793472
New post on /r/flutterdev subreddit:

Opinionated Flutter UX Adaptive Navigation
https://ift.tt/3BqUa0Y

October 05, 2021 at 09:37PM by fredgrott
https://ift.tt/3mkRVWI