David PHAM-VAN

Update example Readme

... ... @@ -4,13 +4,15 @@ Flutter example project
## Getting Started
to generate the project files, run:
1. to generate the project files, run:
```
flutter create .
```
```
flutter create .
```
to run the example, start a simulator and run:
```
flutter run
```
2. set `minSdkVersion` to 19 in `android/app/build.gradle`
3. to run the example, start a simulator and run:
```
flutter run
```
... ...