Update Flutter iOS run command in mobile/README.md

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
Juan José Mata
2026-02-17 17:25:52 +01:00
committed by GitHub
parent 862d39dc3b
commit 15b9bf78bc

View File

@@ -74,7 +74,9 @@ static String _baseUrl = 'https://your-sure-server.com';
flutter run -d android
# For iOS
flutter run -d ios
flutter run -d <simulator-device-UDID>
# or
flutter run -d "iPhone 17 Pro"
# For web (development only)
flutter run -d chrome