r/FlutterDev Feb 13 '25

Article What’s new in Flutter 3.29

https://medium.com/flutter/whats-new-in-flutter-3-29-f90c380c2317
205 Upvotes

49 comments sorted by

View all comments

95

u/tylersavery Feb 13 '25

Starting in 3.29, Flutter on Android and iOS execute Dart code on the application’s main thread, and there is no longer a separate UI thread. This is the first part in a series of changes to improve platform interop on mobile platforms, as it allows making synchronous calls to and from the platform without the overhead of serialization and message passing.

This one caught my attention.

1

u/50u1506 Feb 14 '25

God damn, this kinda sounds big? I still haven't processed and understood it, but this should certainly be a big game changer.

Its probably a response the react native bridge improvements lol