Check out the new #FlutterDev extension for Gemini CLI and throw the repo a star to help other Flutter devs find it :)
07.10.2025 23:19 โ ๐ 8 ๐ 3 ๐ฌ 0 ๐ 0@mboya.flutter.community
CTO at WEquil. Developing the future of community
Check out the new #FlutterDev extension for Gemini CLI and throw the repo a star to help other Flutter devs find it :)
07.10.2025 23:19 โ ๐ 8 ๐ 3 ๐ฌ 0 ๐ 0A screenshot from flutter's github repo describing the latest changes in 3.35.4
Upgrading to the latest version of flutter
25.09.2025 05:18 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Here's an example for French -> English
French: ร plus tard (See you later)
Really sounds like A+ turd ๐
Learning a new language and encountering a phrase that's vulgar in your first language is always hilarious
20.09.2025 06:08 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0How is it so far?
18.09.2025 06:38 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Oh this is cool. Checking it out in a bit
25.08.2025 16:21 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Head over to the Flutter team's AMA on Reddit and get your Material & Cupertino question answered! We're live until the top of the hour (40 more minutes)!
12.08.2025 21:22 โ ๐ 24 ๐ 7 ๐ฌ 1 ๐ 0๐ Flutter 3.35.0 is here!
โจ New gestures API, big Cupertino upgrades (haptics, accessibility, pickers), web fixes, iOS/macOS min version bump, & improved widget previews.
๐ docs.flutter.dev/release/rele...
#Flutter #FlutterDev #MobileDev #DartLang
Wait. How does this work?
01.08.2025 03:42 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Experimenting a bit with HLS video. I was reminded just how magical ffmpeg is. It was very easy to split the big video into the segments and create the playlist
I took longer trying to see how to create a folder in Cloudflare R2
I love it. Very convenient
29.07.2025 14:10 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Oh my!
Hope you feel better
built a bloc_concurrency visualizer inspired by ember concurrency ๐ฅ๐ฅ
coming soon ๐๐
So from what I understand, the tea app leak was because of insecure firebase rules. Tough for the devs.
This is a reminder if you're using firebase, spend time on the security rules. And no, request.auth != null is not enough
Weโre thrilled to welcome Slava Egorov @mrale.ph back for the third year in a row! ๐
Donโt miss this deep dive into the past, present, and future of Dartโs concurrency model. Why did Dart choose Isolatesโand where are they heading next? ๐งต
Join us ๐ flutterfriends.dev
Awesome!
15.07.2025 01:21 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Oh is it for flutter n friends?
10.07.2025 16:38 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Travel safe!
10.07.2025 00:14 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Accessibility, performance, and mind-blowing Flutter use cases โ this trio has you covered!
Welcome our next three speakers - @enzoconty.flutter.community, Martin Olsson, Rลซdolfs Agris Stilve ๐
Don't miss out on their awesome talks ๐๏ธ: flutterfriends.dev
It was smoother than I expected
Other updates have been rougher. That being said, your article was gold!
I'm embarassed by how long I've taken before finding out about wsrv
05.07.2025 18:03 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0#FlutterDev Mark your calendars for Monday 9AM PDT ("Google Time") / 4PM UTC for our 6th #FCAIC livestream.
03.07.2025 20:08 โ ๐ 4 ๐ 2 ๐ฌ 1 ๐ 0๐
Good luck!
I see this just after I finish upgrading my project ๐
Fun times
Smoother than I expected!
05.07.2025 16:55 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Upgrading to the latest version of flutter.
Fingers crossed on gradle
Canโt wait!
01.07.2025 02:41 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Saw a hot take sometime back that PostgreSQL does NoSQL better than NoSQL
I wonder how true this is
How do folks handle syncing a detail page to a list page?
An example is with Bluesky here. If while on a post detail page I add a comment, the comment count will be correctly incremented, but going back to my feed I get the old comment count.
Is the cleanest solution refetching the entire feed?