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

Flutter Tap Weekly Newsletter Week 105 - Tutorials, videos, packages, and much more!
https://ift.tt/3mmvAID

October 04, 2021 at 02:46PM by vensign
https://ift.tt/2YelUaK
New post on /r/flutterdev subreddit:

Frost Effect on Images in Flutter
https://ift.tt/2WFwxCZ

October 04, 2021 at 07:13PM by VandadNahavandipoor
https://ift.tt/2YnMEG4
New tweet from FlutterDev:

RT @googledevgroups: 🚨🤩 #DevFest 2021 is finally here! This year, developers all across the globe are coming together to learn, connect, and drive positive change in their communities with @Google technology. Find a #DevFest near you → https://t.co/LG8taJ45Un https://t.co/hESKNDBBlb— Flutter (@FlutterDev) Oct 4, 2021

October 04, 2021 at 08:00PM
https://twitter.com/FlutterDev/status/1445086318153842689
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