flutter/examples/hello_world/README.md

9 lines
135 B
Markdown
Raw Normal View History

## To run the Hello World demo:
2017-09-07 23:57:38 +00:00
```
flutter run
```
## To run the Hello World demo showing Arabic:
```
2017-09-07 23:57:38 +00:00
flutter run lib/arabic.dart
```