swiftlisted
Install: claude install-skill virajp/ai-plugins
# iOS Native (Swift)
The single entry point for the iOS-native side of a Flutter app. Each topic
lives in its own reference file — **read the one matching your task**.
| Topic | When to read |
| ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Swift standards](${CLAUDE_PLUGIN_ROOT}/skills/swift/references/standards.md) | The always-on baseline: MethodChannel handlers from AppDelegate, main-thread dispatch, FlutterError codes, optionals, typed errors, concurrency (@MainActor / actors / Sendable) |
| [SwiftUI](${CLAUDE_PLUGIN_ROOT}/skills/swift/references/swiftui.md) | Swift language fundamentals and SwiftUI patterns for native views |
| [Xcode](${CLAUDE_PLUGIN_ROOT}/skills/swift/references/xcode/index.md) | Xcode project structure, build settings, schemes, signing, simulators, and xcodebuild |
For the Dart/Flutter sid