Member-only story

Flutter 3.27 has arrived! What’s new?

4 min readDec 12, 2024

With Flutter 3.27 we have a brand new release on the stable channel, with hot topics like Impeller for Android, Dart workspaces, Swift Package Manager, and Kotlin DSL 🚀 Let’s dive into a short recap!

Widgets

Cupertino updates

With Flutter 3.27, we got many updates on the Cupertino widgets to keep them on par with (or at least close enough to) the iOS native components and have better feature parity with their Material counterparts. CupertinoRadio, CupertinoCheckbox, and CupertinoSwitch all got some good updates in these areas.

Other widgets on the Cupertino side also saw some nice upgrades regarding styling. You’ll have more control over your CupertinoSlidingSegmentedControl now, and the CupertinoNavigationBar as well as its Sliver counterpart will now have a transparent background until you scroll your content below it, bringing it closer to the navigation bar you’ll find in native iOS projects.

Furthermore, you can now apply the new iOS 15+ button styles to match them based on size, as well as add…

--

--

No responses yet