Skip to content

Commit 0e24eaf

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main' into feature/web-deployment
2 parents 6b991c5 + a4187e0 commit 0e24eaf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/test-and-publish/publish/google-playstore-deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ To create the Service Account, you can follow the instructions from [here](http
133133
- "Release apps to testing tracks"
134134
- "Manage testing tracks and edit tester lists"
135135

136+
<p></p>
137+
136138
<div style={{
137139
position: 'relative',
138140
paddingBottom: 'calc(50.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding

docs/test-and-publish/test/test-on-mobile-device.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more detailed guidance, refer to the [**Android Flutter documentation**](ht
3030

3131
## iOS Setup
3232

33-
For app testing on an iOS device or simulator, you need a Mac with Xcode. Follow [**these instructions**](https://docs.flutter.dev/get-started/install/macos/mobile-ios) to set up your Mac.
33+
For app testing on an iOS device or simulator, you need a Mac with Xcode installed. Follow [**these instructions**](https://docs.flutter.dev/get-started/install/macos/mobile-ios) to set up your Mac.
3434

3535
To setup a physical iOS device, you must configure your **Apple Developer account** and set up **code signing** in Xcode. First, add your **Apple ID** by opening **Xcode > Preferences > Accounts**, clicking **"+"**, selecting **Apple ID**, and signing in.
3636

@@ -62,8 +62,5 @@ Once downloaded, open the project in your preferred IDE and run your app on eith
6262
3. Click the green "Run" button (a right-facing triangle) located in the top toolbar. Choose the target device (emulator or physical device) where you want to run the app. Android Studio will build and run your app. You'll see the output in the "Run" panel at the bottom, and the app should launch in the selected emulator or device.
6363

6464
:::info
65-
66-
- If your device is not listed in the **Flutter Device Selection** dropdown, make sure you have properly completed the [**Android**](#android-setup) and [**iOS**](#ios-setup) setup.
67-
- If you encounter a version compatibility issue with Flutter, you can resolve it by upgrading to the latest version. Simply execute the `flutter upgrade` command in your terminal. To verify your current Flutter version, use the `flutter --version` command.
68-
65+
If you encounter a version compatibility issue with Flutter, you can resolve it by upgrading to the latest version. Simply execute the `flutter upgrade` command in your terminal. To verify your current Flutter version, use the `flutter --version` command.
6966
:::

0 commit comments

Comments
 (0)