Use the flutter_animate package to quickly add beautiful, customizable, pre-built animations to your Flutter app. 🦋 #ThrowbackThursday #WidgetOfTheWeek
Flutter Dev
Technology, Information and Internet
Mountain View, California 89,015 followers
Google's framework for building beautiful, natively compiled, multi-platform applications from a single codebase.
About us
Google’s UI toolkit to build apps for mobile, web, and desktop from a single codebase.
- Website
-
https://flutter.dev/
External link for Flutter Dev
- Industry
- Technology, Information and Internet
- Company size
- 10,001+ employees
- Headquarters
- Mountain View, California
- Type
- Public Company
Updates
-
Flutter 3.32.6 was just released, containing 3 fixes and improvements. 🪛✨ See the changes → http://goo.gle/4lm9tiu Share feedback → http://goo.gle/44Iaf2e
-
Semantic Roles help to enhance your app's accessibility by defining the purpose of a UI element. By assigning appropriate roles, you ensure that: ✔🗣 Screen readers can announce the type and purpose of elements correctly ✔🧭 Users can navigate your application more effectively using assistive technologies ✔📋 Your application adheres to web accessibility standards, improving usability Dive into the docs → http://goo.gle/4esxQbL
-
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 → https://goo.gle/40zrQIr
-
-
Flutter Dev reposted this
What a week connecting with the mobile dev community at Fluttercon USA and droidcon newyork 2025! A major takeaway? The future is truly driven by communities with an open mind and a clear vision, and mobile developers are central to this evolution. Here's the quick take from Alex L.'s roundtable, "When Mobile Devs Discover Their XR Powers" at the conference: • XR's evolving role • While not yet universally "business critical," the imminent arrival of smart glasses and Android XR signals a significant shift. There's real potential brewing. • Mobile dev teams need room to play • Innovation in XR flourishes when teams are empowered to explore and experiment with these new frontiers. • Opportunities are emerging • Spatial computing isn't just for specialists; in the hands of forward-thinking teams, it has the ability to truly grow. • Flutter Devs, You're Ready • Your existing skills are highly transferable to XR, making this a natural progression. • Android XR's impact The upcoming release and its positive reception are creating exciting new pathways, particularly for Android developers, to build immersive experiences leveraging familiar tools. It's clear the convergence of mobile and XR is accelerating. For developers, this means new frontiers and a chance to shape the next generation of digital experiences. Where do you see mobile's role in the XR revolution? Share your thoughts with us! Learn more about our participation: https://lnkd.in/eazf_Q6N !! Special thanks to Greg Fawson, Emiliano Frau, and the droidcon/FlutterCon teams for putting on this important event. #FlutterCon #DroidconNYC #Flutter #AndroidXR #SpatialComputing #MobileDevelopment Brooklyn Navy Yard Development Corporation Flutter Dev
-
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 → https://goo.gle/4ef90fC
-
-
StringBuffer allows for the incremental building of a string using buffer.write() methods. 🪡 Learn more in this Dart #TechniqueOfTheWeek ↓