We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cd825 commit 0ed8f3aCopy full SHA for 0ed8f3a
example/README.md
@@ -4,5 +4,12 @@ A new Flutter project.
4
5
## Getting Started
6
7
+Make sure your flutter is using the `dev` channel.
8
+
9
+- `flutter channel dev`
10
- `./scripts/project_tools.sh create`
11
- `flutter run`
12
13
+## Fro Desktop or Web
14
+- `flutter run -d macos`
15
+- `flutter run -d web|chrome`
0 commit comments