Tag: flutter
All the articles with the tag "flutter".
CI Says Green — So Why Did the Module Boundary Just Break?
Compiling isn't enough to protect a Flutter/Kotlin/Swift/Rust E2EE module's architecture. Five CI gates that catch boundary breaks before they ship.
How Do I Test an E2EE Chat Between Two Devices Without a UI?
A headless two-device harness for E2EE chat: real keys, real store, real backend, no screen: reproducing exhausted one-time keys and a lost session on demand.
Which Mobile Testing Tool Do I Need? Ask the Boundary, Not the Platform
JUnit, Espresso, XCUITest, Maestro, Appium: a map of mobile test tools by the boundary they verify and the realism they need, with what Google and Apple say.
MethodChannel Feels Too Slow. Should Flutter Call Kotlin Directly?
MethodChannel has a real cost model, a fake mythology, and a serious rival. What the ecosystem actually ships today, which calls deserve a Dart→FFI→JNI fast path — and the memory, threading, and lifetime rules you sign up for when you take it.