Posts

Automating Mobile App Regression: Overnight Testing & Evidence-Based Releases
2026-07-21 · Akkodis
How automated mobile regression testing removes manual QA effort, runs overnight and delivers GO/NO-GO release decisions with screenshots and real-app evidence.

Flutter Platform Channels: Native SDKs in Production
2026-08-23
How to put a native-only SDK behind a Flutter platform channel without filling the codebase with glue: a gateway interface over one MethodChannel, a strict error contract, lifecycle-safe handlers on Android and iOS, and tests that never need a device.

Device Integrity in Flutter: Play Integrity and App Attest
2026-08-23
What Play Integrity and App Attest actually prove, why verdicts are only real when the backend verifies them, where the integrity gate belongs in a Flutter app, and how to roll it out on a live product without locking out real users.

Flutter Monorepo Architecture with Melos
2026-08-22
How three kids apps ship to Android, iOS and Web from one Melos monorepo on Dart pub workspaces: the workspace layout, dependency rules the build enforces, hand-written Riverpod, and players that take new content without an app release.

A Mobile Test Automation Practice, from Zero
2026-08-22
The methodology behind 90+ customer journeys tested nightly: automate journeys rather than screens, hold every journey to a three-lane coverage standard, write tests that survive UI change, run the full suite at night, and scale the practice with QA.

MobX for State Management in Flutter
2023-11-15
A practical guide to MobX in Flutter: the reactivity model, stores built from observables, computed values and actions, async state, granular Observer rebuilds, reactions with a proper lifecycle, and where MobX fits among Flutter's state options.