iOS App
Same Flutter codebase as Android with iOS configuration under mobile/ios/.
Build
cd mobile
flutter pub get
flutter build ios
TestFlight / App Store
- Apple Developer account
- Signing certificates in Xcode
- Upload via Xcode or
flutter build ipa
Features
Same as Android: devices, rooms, offline mode.
iOS notes
- Local Network permission may be required for offline/LAN
- HTTPS is required for production builds