mirror of
https://github.com/flutter/flutter.git
synced 2026-01-09 07:51:35 +08:00
- added language for all code blocks - replaced `bash` or `shell` with `sh` for consistency. - added `sh` and `console` in the GitHub template link generator. - updated test for GitHub template.
9 lines
139 B
Markdown
9 lines
139 B
Markdown
## To run the Hello World demo:
|
|
```sh
|
|
flutter run
|
|
```
|
|
## To run the Hello World demo showing Arabic:
|
|
```sh
|
|
flutter run lib/arabic.dart
|
|
```
|