-
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Masyukov Pavel edited this page May 24, 2026
·
1 revision
- macOS
- Xcode
- Flutter SDK (stable)
- CocoaPods
flutter pub get
cd ios
pod install
cd ..flutter run -d <device_id>- Open
ios/Runner.xcworkspace. - Configure signing for
Runner. - Select a device.
- Run with Product > Run.
- Create a broker profile.
- Start broker.
- Connect an MQTT client to
<iphone_local_ip>:<broker_port>. - Publish/subscribe test message.