Skip to content

Commit a8f545f

Browse files
committed
docs(web-dashboard): update local setup guide for Flutter SDK
- Remove specific instructions for enabling web development - Simplify prerequisite section for Flutter SDK installation
1 parent 2a2a57c commit a8f545f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/content/docs/web-dashboard/local-setup.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ This guide will walk you through setting up and running the Flutter News App Web
1010
<Steps>
1111
1. **Prerequisites**
1212

13-
Before you begin, you must have the Flutter SDK installed and configured for web development. To ensure you are using the most up-to-date and accurate installation instructions, we recommend following the official guide directly from the Flutter team.
13+
Before you begin, you must have the Flutter SDK installed on your system. To ensure you are using the most up-to-date and accurate installation instructions, we recommend following the official guide directly from the Flutter team.
1414

1515
- **Flutter SDK:** Please follow the [Official Flutter Installation Guide](https://flutter.dev/docs/get-started/install) for your specific operating system.
16-
17-
Once installed, enable web development support by running:
18-
```bash
19-
flutter config --enable-web
20-
```
2116

2217
2. **Clone the Repository**
2318

0 commit comments

Comments
 (0)