Skip to content

Commit 02f843d

Browse files
authored
Merge pull request #42 from Volgat/fix-docs-typos-and-formatting
Fix documentation typos and formatting issues
2 parents e0d41c5 + 06eb32e commit 02f843d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Jump between multiple development modes to build your app efficiently:
7171
- Leverage the **AI agent** to get a jump start on new features or for help debugging.
7272
- Add, remove or rearrange UI elements (Widgets) in the **visual Widget Tree**.
7373
- Configure arguments for widgets visually in the **Properties editor** with type-safe controls.
74-
- Use the **Code** editor to peak under-the-hood and see what's going on.
74+
- Use the **Code** editor to peek under-the-hood and see what's going on.
7575

7676

7777
Built-in Firebase and Supabase integrations provide authentication and database capabilities without complex setup. The integrated **Language Server Protocol (LSP)** delivers intelligent code completions, quick fixes, and real-time diagnostics as you type.

docs/integrations/firebase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ To deploy to Firebase:
208208

209209
This step is critical for security, as without rules, your Firestore may be open to anyone.
210210

211-
::::
211+
:::
212212

213213
![deploy-to-firebase.avif](imgs/deploy-to-firebase.avif)
214214

@@ -349,7 +349,7 @@ To add sample data from Dreamflow, go to the **Firebase > Sample Data**, and fol
349349

350350
- **For Apps without Login Functionality:** You can skip the email step, as it’s optional. Simply click **Generate Sample Data** to generate test documents directly in your Firestore Database.
351351

352-
![add-sample-data-firebase-without-login.avif](imgs/add-sample-data-firebase-wihtout-login.avif)
352+
![add-sample-data-firebase-without-login.avif](imgs/add-sample-data-firebase-without-login.avif)
353353

354354
:::warning
355355

docs/integrations/imgs/add-sample-data-firebase-wihtout-login.avif renamed to docs/integrations/imgs/add-sample-data-firebase-without-login.avif

File renamed without changes.

docs/integrations/imgs/add-sample-data-supabase-wihtout-login.avif renamed to docs/integrations/imgs/add-sample-data-supabase-without-login.avif

File renamed without changes.

docs/integrations/supabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ To add sample data from Dreamflow, go to the **Supabase > Sample Data**, and fol
157157

158158
- **For Apps without Login Functionality:** You can skip the email step, as it’s optional. Simply click **Create Sample Data** to generate test records directly in your Supabase database.
159159

160-
![add-sample-data-supabase-wihtout-login.avif](imgs/add-sample-data-supabase-wihtout-login.avif)
160+
![add-sample-data-supabase-without-login.avif](imgs/add-sample-data-supabase-without-login.avif)
161161

162162
:::warning
163163

docs/test-and-publish/publish/pre-checks-publishing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When you create a new app in Dreamflow, it sets a default Dreamflow logo as the
4444
I uploaded app_icon.png to the Assets module. Please set it as the app launcher icon using flutter_launcher_icons.
4545
- Or do it manually by updating the `image_path` in your `pubspec.yaml` file to point to the newly uploaded app icon. Here is the example configuration in `pubspec.yaml` file:
4646
47-
```jsx
47+
```yaml
4848
flutter_launcher_icons:
4949
android: true
5050
ios: true
@@ -84,8 +84,8 @@ When you create a new app in Dreamflow, it sets a default Dreamflow logo as the
8484
- The app icon is generated during native builds (Android/iOS) before deployment. However, if you want to verify that it’s configured correctly, you can download and run the app locally on your machine. To do so:
8585
- Ensure your Flutter environment is properly set up by following the instructions for [**Android**](../test/test-on-mobile-device.md#android-setup) or [**iOS**](../test/test-on-mobile-device.md#ios-setup), depending on the platform you want to test.
8686
- [**Download the project**](../test/test-on-mobile-device.md#download-code-and-run), open it in your preferred IDE, and run:
87-
88-
```jsx
87+
88+
```bash
8989
dart run flutter_launcher_icons
9090
```
9191
@@ -138,7 +138,7 @@ To setup adaptive icons, you can either use this [online tool](https://icon.kit
138138
139139
- Or manually update your `pubspec.yaml` as shown below:
140140
141-
```jsx
141+
```yaml
142142
flutter_launcher_icons:
143143
android: true
144144
ios: true

0 commit comments

Comments
 (0)