mirror of https://github.com/flutter/samples.git
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.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| _tool | 7 years ago | |
| charts | 7 years ago | |
| dad_jokes | 7 years ago | |
| filipino_cuisine | 7 years ago | |
| gallery | 7 years ago | |
| github_dataviz | 7 years ago | |
| particle_background | 7 years ago | |
| slide_puzzle | 7 years ago | |
| spinning_square | 7 years ago | |
| timeflow | 7 years ago | |
| vision_challenge | 7 years ago | |
| .gitignore | 7 years ago | |
| peanut.yaml | 7 years ago | |
| readme.md | 7 years ago | |
readme.md
Samples for Flutter for 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 for more details about building, serving and testing code.