You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/web/readme.md

15 lines
400 B

Samples for [Flutter for web](https://flutter.dev/web).
#### Building Samples code
Set up `webdev` for first time as below:
```
$ pub global activate webdev
$ pub get
```
Build and run code locally at `http://localhost:8080`
```
$ webdev serve
```
Checkout [this link](https://dart.dev/tools/webdev#using-webdev-and-build_runner-commands) for more details about building, serving and testing code.