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.
Kevin Moore
3ca33bdd59
|
6 years ago | |
---|---|---|
.. | ||
_tool | 6 years ago | |
charts | 6 years ago | |
dad_jokes | 6 years ago | |
filipino_cuisine | 6 years ago | |
gallery | 6 years ago | |
github_dataviz | 6 years ago | |
particle_background | 6 years ago | |
slide_puzzle | 6 years ago | |
spinning_square | 6 years ago | |
timeflow | 6 years ago | |
vision_challenge | 6 years ago | |
.gitignore | 6 years ago | |
peanut.yaml | 6 years ago | |
readme.md | 6 years ago |
readme.md
Samples for Flutter for web.
See the samples in action
Compiled versions of the samples are hosted at flutter.github.io/samples.
Building samples code
Make sure you have configured the webdev
tool.
Go into one of the sample directories, get packages, and run.
$ cd gallery
$ flutter packages pub get # or `pub get` with the Dart SDK
$ webdev serve
You should see a message printing the URL to access: http://localhost:8080