mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
8 lines
126 B
Markdown
8 lines
126 B
Markdown
```
|
|
# To run the Hello World demo:
|
|
flutter run
|
|
|
|
# To run the Hello World demo showing Arabic:
|
|
flutter run lib/arabic.dart
|
|
```
|