Showing
1 changed file
with
10 additions
and
8 deletions
| @@ -4,13 +4,15 @@ Flutter example project | @@ -4,13 +4,15 @@ Flutter example project | ||
| 4 | 4 | ||
| 5 | ## Getting Started | 5 | ## Getting Started |
| 6 | 6 | ||
| 7 | -to generate the project files, run: | 7 | +1. to generate the project files, run: |
| 8 | 8 | ||
| 9 | -``` | ||
| 10 | -flutter create . | ||
| 11 | -``` | 9 | + ``` |
| 10 | + flutter create . | ||
| 11 | + ``` | ||
| 12 | 12 | ||
| 13 | -to run the example, start a simulator and run: | ||
| 14 | -``` | ||
| 15 | -flutter run | ||
| 16 | -``` | 13 | +2. set `minSdkVersion` to 19 in `android/app/build.gradle` |
| 14 | + | ||
| 15 | +3. to run the example, start a simulator and run: | ||
| 16 | + ``` | ||
| 17 | + flutter run | ||
| 18 | + ``` |
-
Please register or login to post a comment