An open list of apps built with Flutter
@hillelcoren • @scottstoll2017 • @devangelslondon • @ThomasBurkhartB
Follow @FlutterStreams for live stream updates ⏰
The latest episode of the It's All Widgets! Flutter Podcast with @ThomasBurkhartB is now available 🚀
He’s the creator of get_it and @sharingme_app and a true pioneer in the Flutter ecosystem. 🛠️
@FlutterDev@FlutterComm
https://t.co/6evACMcmi0
🪂 We dropped lots of updates, demos, and more at #GoogleIO!
But don't worry: this blog recaps the whirlwind of updates, so you won't miss a thing. Dive in: https://t.co/W8fsqPm8vH
Everything Flutter @ #google
(7 talks, a workshop, & two demos including a full-sized Flutter cafe with 4+ baristas… but who’s counting!)
I’m SO proud of my team!!!
Now time for us to rest for a bit… then we have a packed rest of 2026!
https://t.co/yOZl1m48B8
Flutter 3.44 marks a massive milestone for the Material and Cupertino libraries.
These libraries have been frozen, representing the final set of updates to these libraries within the core framework before they transition to standalone packages 🐛🦋
Introducing Pixer, the fastest image library for Dart & Flutter. Resize, crop, transform, powered by Rust. 10-60x faster than the image package.
#flutter #flutterdev
https://t.co/bBzngiHJ5P
You know what's embarrassing? Despite arriving at Google as a former English major and going into DevRel, this article is only the second I've ever published to the Flutter blog. Last one was eight years ago. 🤣
https://t.co/hiT8F6oo0w
The original @rive_app resizing tweet was a hack blocking the raster thread. Can this be fixed properly so that Rive doesn't have to juggle around 3 textures and hope for the best?
Yes it can! But we have to start with the @FlutterDev embedder. It's not being particularly helpful. External texture desperately needs fence support. So I added it (only on macOS for now) and tweaked the Rive embedder to make use of it. And replaced some platform channel nonsense with FFI calls.
Now instead of 3 textures it only uses one and resizing is pixel perfect. The GPU access to backing texture is synchronized without having to block CPU work.
Obviously this will need a lot more love to land, both at Rive and Flutter side.
Code below if anyone is interested.
That's right! You can use Dart for both your frontend and backend with the preview of Dart support for Cloud Functions.
Also new: deeper integrations with Firebase using the Dart Admin SDK to reduce context switching and improve development velocity 🔥
❗Our first major milestone in decoupling Material and Cupertino: As of April 7th, contributions to these libraries in the flutter/flutter repo are officially frozen.
Next stop: re-releasing them as material_ui and cupertino_ui packages on https://t.co/sTPwVxcSgK.
It’s impossible to talk about development in 2026 without acknowledging AI.
Today we're sharing how our teams are approaching Dart and Flutter + AI. Transparency is a core pillar of Flutter, and as an open source project, we believe in the value of experimentation in public.
good day for flutter
jni 1.0.0 has been published
https://t.co/xP6eadafP4
popup windows implementation for macOS has been merged
https://t.co/ciIm6dqAOA
Alright, I have again written a #Flutter article, quite in-depth and advanced.
In this article, I have reviewed the Riverpod source code; there is a lot to learn from it.
I think you will really like this article. Looking forward to your feedback 👇
https://t.co/lNpkezg3Cp
Released `build_runner` 2.13, mostly performance improvements :)
https://t.co/jAd1mUaeu9
It's faster across the board, but particularly for large projects: with these improvements plus an upcoming analyzer release, an incremental build on 10000 files that used to take 45s with 2.12 is now nearly 5x faster, just 9.5s.
Full benchmark numbers are here:
https://t.co/9GF7bKONpf