Flutter
@FlutterDev
Google’s UI toolkit to build apps for mobile, web, & desktop from a single codebase
The Flutter template in Firebase Studio just got an upgrade ✨ With new AI capabilities, you can optimize your workspace for an AI-first experience. Explore the updates → goo.gle/3TXmSSe

28% of new free apps on the iOS app store are built with Flutter 🩵 Leverage a rich ecosystem of ready-made plugins for iOS and Apple integrations, such as Apple Pay, Apple Wallet, Apple Login, and much more → goo.gle/40QAgLF
From BackdropFilter to CustomPaint, these widgets apply visual effects to children widgets without changing their layout, size, or position. 🎨 Explore painting and effects widgets → goo.gle/44Gw8Pr
Experienced Flutter devs, share your experience with those newer to Flutter and Dart. What are you looking for when reviewing code?
Use the flutter_animate package to quickly add beautiful, customizable, pre-built animations to your Flutter app. 🦋 #ThrowbackThursday #WidgetOfTheWeek
Putting the final touches to my revamped game #MarkerDots - powered by @FlutterDev - animations in @rive_app - saved hundreds of lines of code plus lighter, butter-smooth vector animations instead of static PNGs + improved AI logic 💙 #flutter #rive #casualgames
Build a Gemini-powered Flutter app → goo.gle/45vZl1L In this codelab, you'll learn how to configure Firebase AI Logic in a Flutter app and implement function calling to bridge natural language and app features.
Flutter 3.32.6 was just released, containing 3 fixes and improvements. 🪛✨ See the changes → goo.gle/4lm9tiu Share feedback ↓ goo.gle/44Iaf2e
The dart2wasm compiler engineers sit down with Thomas from Chrome to talk about a lot of great stuff! youtube.com/watch?v=vgOABO…
Learn about nested lists in Flutter, how the shrinkWrap parameter works, and why sometimes Slivers are the best tool for the job. 🏆 Join us for a little #ThrowbackThursday with this past episode of #DecodingFlutter ↓
Dart's FFI (foreign function interface) allows Flutter apps to make use of existing native libraries that expose a C API. 📚 Learn how to build an FFI-based Flutter plugin on both desktop and mobile platforms in this codelab → goo.gle/40zrQIr

For someone just starting their journey in building multi-platform apps, what's one learning resource (a video, a course, a blog post, a documentation page) that you found incredibly helpful and would recommend? 👇
In Flutter 3.32, DevTools got quite the glow-up. 🌟 Hear all about it. ↓
Create a download button that transitions through multiple visual states, based on the status of an app download: not downloaded, fetching download, downloading, and downloaded. 📥 This cookbook recipe walks you through each step → goo.gle/4ef90fC
StringBuffer allows for the incremental building of a string using buffer.write() methods. 🪡 Learn more in this Dart #TechniqueOfTheWeek ↓
Great read on the flutter_gemma package from Flutter #GDE @GerfalconVogel ↓
Just published my first Medium article, where I used the flutter_gemma from @ShuregDenisov . I built an app that translates offline using Gemma 3N on-device capabilities 📲⚡️ Check it out: medium.com/@vogelcsongorb… #Gemma #FlutterDev #AISprint
iOS app extensions allow you to expand functionality outside of your iOS app. 🍏 📱 Your app could appear as a home screen widget, or you can make portions of your app available within other apps. Explore the guide → goo.gle/44lqBPn
