Skip to content

Commit 5920f8d

Browse files
committed
updated
1 parent 13b6a7c commit 5920f8d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/troubleshooting/migrate-issues/black_screen_during_run_mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title: Black Screen During Run Mode
99
If your app screen appears blank during Run Mode, follow these steps to resolve the issue:
1010

1111
:::info[Prerequisites]
12-
- You have already built and deployed at least one screen in your FlutterFlow project.
13-
- You are running the app in **Run Mode** within the FlutterFlow editor.
12+
- You have already built and deployed at least one screen in your project.
13+
- You are running the app in **Run Mode** within the editor.
1414
:::
1515

1616
1. **Reload the Frame**
@@ -27,7 +27,7 @@ If your app screen appears blank during Run Mode, follow these steps to resolve
2727

2828
4. **Update FlutterFlow and Clear Cache**
2929

30-
- Ensure you are using the latest version of FlutterFlow.
30+
- Ensure you are using the latest version.
3131
- Clear your browser cache.
3232
- Log out and back in to your FlutterFlow account.
3333

docs/troubleshooting/migrate-issues/gray_screen_run_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Gray Screen in Run Mode
66

77
# Gray Screen in Run Mode
88

9-
Seeing a gray screen in FlutterFlow’s Run Mode usually points to a configuration issue in your Firebase or project settings. Follow these steps to diagnose and resolve the issue.
9+
Seeing a gray screen in Run Mode usually points to a configuration issue in your Firebase or project settings. Follow these steps to diagnose and resolve the issue.
1010

1111
:::info[Prerequisites]
1212
- You have integrated Firebase with your FlutterFlow project.

docs/troubleshooting/migrate-issues/loading_spinner_run_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here are the steps to fix this error:
1717

1818
1. **Copy Firestore Rules from FlutterFlow**
1919

20-
1. Open your FlutterFlow project.
20+
1. Open your project.
2121
2. Navigate to **Firestore****Settings**.
2222
3. Click the **Copy** icon to copy the default Firestore rules.
2323

docs/troubleshooting/migrate-issues/local_build_providerinstaller_error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ This error commonly occurs when building Flutter apps on Android emulators. It i
5454
```js
5555
flutter --version
5656
```
57-
57+
5858
This error is often related to Google Play Services not being properly initialized on the emulator. If you're still encountering issues, consider creating a new emulator using a system image that includes the Play Store.

0 commit comments

Comments
 (0)