Skip to content

Commit 4792150

Browse files
committed
Added two screenshots for the iOS steps to the flutter readme.
1 parent b5c8969 commit 4792150

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,13 @@ adb push /path/to/your/document.pdf /sdcard/document.pdf
226226

227227
5. Open the `Runner.xcworkspace` from the `ios` folder in Xcode: `open ios/Runner.xcworkspace`
228228
6. Make sure the `iOS Deployment Target` is set to 11.0 or higher.
229+
230+
![iOS Deployment Target](screenshots/ios-deployment-target.png)
231+
229232
7. Change "View controller-based status bar appearance" to YES in `Info.plist`.
233+
234+
![iOS View controller-based status bar appearance](screenshots/ios-info-plist-statusbarappearance.png)
235+
230236
8. Run `flutter packages get` to install the packages.
231237
9. Open the `Podfile`: `open ios/Podfile` and edit it as follows:
232238

128 KB
Loading
135 KB
Loading

0 commit comments

Comments
 (0)