Do you deploy Flutter Web experiences? Do you want to help us make pretty much everything better about it? Subscribe to this issue: https://t.co/n9Gl1a345h
When we have things landed and ready for folks to try it out, we'll post instructions here.
Flutter 3.35 is made possible by YOU.
This release includes:
🩵 1108 commits
🩵 168 unique contributors
🩵 39 first-time contributors
As always, we're sending a big thank you to the Flutter community. We couldn't do it without you!
Naked (preview) 👀 is here — bringing zero-styling UI components to Flutter!
Start with NakedTextField — a fully accessible, unstyled input that you design.
It’s all about clean behavior, keyboard support, and total UI freedom.
Built by me + @LeoAFarias
https://t.co/wkkPrVD0A3
Compose for iOS is officially Stable! 🎉
Now you can write your UI in Compose for both iOS and Android, share widgets across platforms, and it compiles to a native app on both platforms! Amazing!
#JetpackCompose#android#kotlin
https://t.co/hPvO4ODnFS
I have written 10 articles covering OWASP's top 10, as security is one of my passions and something I must cover even more at work.
Thanks to @TalsecOfficial for accepting to publish these articles on their blogs, as they are pioneer in mobile security.
What do you think? 👇
I believe package:heroine is shaping up to be one of the best ways to build fullscreen Container Transform transitions. I wanna refine it some more, so it's a prerelease for now, but check it out!
https://t.co/K1oFm9MhSx
#FlutterDev
TIL that `mixin class` enables a mixin to have constructors.
That's cool!
That's a nice way to both offer a default implementation and an easy way to implement custom subclasses:
Check out new documentation on https://t.co/zF8jqv5C5H!
We added a new, highly-requested section on using records with typedefs: https://t.co/OCQ34O5NIs
And another section describing our new and improved type system algorithm, inference using bounds: https://t.co/WED8sgtvYr
Dart 3.7 is here! We’ve got wildcard variables, new formatter style, cool updates to https://t.co/XAGXN4ILmv, plus all the ways we’re continuing to make Dart the best it can be. Read all about 3.7 in our blog post: https://t.co/obPmuthMSd
1/ 🎉 Flutter 3.29 is here! 🎉 Get ready for enhanced performance, new features, and improved tooling. Here's just some of the highlights from the latest Flutter release. 👇 #Flutter#Flutter3.29
Thanks to @luke_pighetti's original post, I've published https://t.co/Q2QQyhcV32! Written in Dart, it only needs a `deploy.yaml` file and makes deployment as easy as running `dart run simple_deploy`
No shell scripts required 🚀 @FlutterDev
Let us introduce our very first published package: fingerprint!
This package allows you to create reproduce-able identifiers of an environment or device while also respecting the user's privacy.
For more information: https://t.co/abkdNy5l9n
Hey friends to do something against the fragmentation of the #Flutter community we started a new dedicated #Flutter forum run by the community
Please join and spread the word
https://t.co/O012qJTG7O
Wow, this post sparked quite a debate 🔥🤯
It's not some obscure hack - this pattern is 100% legit (#Flutter framework even uses it!)
To understand why, let's dig into the framework internals and address the most common concerns ⬇️
🚨 Memory Leaks in Dart & Flutter
In our latest blog, you will read:
- Understanding Dart's GC
- Memory Leak vs Bloat
- Disposable vs Memory-Risky Objects
- DevTools and leak_tracker
- DCM rules for preventing leaks
Learn more: https://t.co/ub8dUvV8sP
#FlutterDev#Dart
It's been 10 years since the first Flutter SDK commit (called "Sky" then). First commit here: https://t.co/mmIB9InnYu
Originally, the idea was to have a subset of HTML and JavaScript that would be significantly faster than the broader web.