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
Priyanka Tyagi 465f4dba91
added instructions to run web sample apps (#78)
7 years ago
..
_tool Update and standardize html, fix gallery on mobile devices 7 years ago
charts Update and standardize html, fix gallery on mobile devices 7 years ago
dad_jokes Fix Dad jokes index.html 7 years ago
filipino_cuisine Update and standardize html, fix gallery on mobile devices 7 years ago
gallery Update and standardize html, fix gallery on mobile devices 7 years ago
github_dataviz Update and standardize html, fix gallery on mobile devices 7 years ago
particle_background Update and standardize html, fix gallery on mobile devices 7 years ago
slide_puzzle Update and standardize html, fix gallery on mobile devices 7 years ago
spinning_square Update and standardize html, fix gallery on mobile devices 7 years ago
timeflow Update and standardize html, fix gallery on mobile devices 7 years ago
vision_challenge Update and standardize html, fix gallery on mobile devices 7 years ago
.gitignore Add flutter_web samples (#75) 7 years ago
peanut.yaml Add flutter_web samples (#75) 7 years ago
readme.md added instructions to run web sample apps (#78) 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.