What problem does it solve?
Translate Flutter/Dart projects into idiomatic Swift/iOS implementations to remove platform gaps and reduce manual porting effort when moving a codebase from Flutter to native iOS. This lowers maintenance overhead, improves platform integration, and preserves app behavior while adopting Swift conventions.
Core Features & Use Cases
- End-to-end mapping of Dart/Flutter concepts (widgets, Riverpod state, GoRouter navigation, Dio networking, Hive/SQLite persistence) to Swift equivalents (SwiftUI, Combine, NavigationStack, URLSession, Core Data).
- Model and API translation including data types, serialization patterns, and common library replacements so network, error handling, and async flows behave equivalently.
- Architecture and testing guidance to preserve app behavior and ensure parity through unit and integration checks after migration.
- Use Case: Port a Riverpod-based Flutter app that uses Dio and Hive to a SwiftUI + Combine app using URLSession and Core Data while maintaining same UX flows and data syncing.
Quick Start
Use the skill to convert the provided Flutter/Dart files into idiomatic Swift implementations for models, views, networking, state management, and persistence.