Posts
All the articles I've posted.
Two Frameworks Need SQLCipher, So Does the Extension — How Many Copies Does the iPhone End Up With?
E2EE and Feature X both need SQLCipher. The app links both, the notification extension links one. Counting the copies — in the graph, the bundle, and at runtime — is three different questions.
The App Links CryptoCore Fine — So Why Can't the Notification Extension Call It?
An iOS app and its Notification Service Extension are two executables. What sharing one Rust library really takes: ABI, packaging, linking, and shared state.
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.