Learn how SoFi reduced their codebase 60% using Flutter โ
A unified codebase let the team delete 1M lines of code, slashing maintenance while shipping faster to iOS and Android.
Chapters:
1:01 - The problem
1:23 - Why SoFi chose Flutter
2:17 - Results of migration
We spoke about a couple of interesting packages on the show this week. Might be worth exploring ๐
https://t.co/oN77ZS6t4d made by Samuel Abada GDE @mastersam_ and
https://t.co/Q0mNczZDUB by Dhruvan Bhalara @dhruvanbhalara
๐๐๐
I just released Melos 8.0.0!
There are two small breaking changes in there (and lots of other fixes), the migration guide can be found in the Melos docs. It will also tell you what you need to do in an error message if you just upgrade and try to run it on an incompatible config.
Flutter 3.44 introduces Hybrid Composition++ (HCPP) as an opt-in feature.
HCPP delegates layer compositing to Android OS via Vulkan, syncing UI with native views. Expect high-performance scrolling, accurate touch, and reliable SurfaceView support. ๐
I just published flutter_agent_lens 1.3.0 on https://t.co/ztHb81QDC3.
Itโs an MCP server that connects AI assistants (Claude, Cursor) directly to your running Flutter app via WebSockets. The AI can inspect the widget tree, check rebuilds, profile CPU, and trace memory leaks.