Contract Based Porting

Port native Android/iOS code to Flutter (or any target language) using Contract-Based TDD. Guarantees zero missed features by extracting the complete API surface from the reference project first, writing contract tests, then implementing RED→GREEN. Use when porting Kotlin/Swift/Java to Dart, or any cross-language feature parity task.

ImL1s 8b9a886 6.6 KB Updated

File contents

ImL1s/flutter-claude-skills/tree/main/skills/contract-based-porting commit 8b9a8863ca

Frequently asked questions

npx skillmds@latest add iml1s/contract-based-porting