Tag: flutter
All the articles with the tag "flutter".
Still Debugging Flutter With print()?
Why log-grepping wastes your debugging time in Flutter — and the tools (DevTools, Crashlytics, the official MCP server) that answer each question better.
Ten Teams, One Hybrid App: Where Do You Draw the Module Boundaries?
Grab runs 1,000+ modules in one app, Reddit's Android app ~800. The rules that make that survivable — contracts over imports, CI-enforced graphs — and why a Flutter module must hide behind a native boundary.
One Flutter Engine or Two? What Really Happens When Native Sits Between Two Flutter Screens
A FlutterEngine has one seat. Why one cached engine can't serve two Flutter segments split by native, what FlutterBoost really does, and what two engines cost.
Half Flutter, Half Native: Who Owns Navigation Mid-Migration?
Migrating Flutter to native screen by screen leaves two back stacks. A destination contract, a host router, one stack owner — and why back is the hard part.