File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,16 @@ https://flutter.github.io/samples/#?platform=web.
1010
1111## Building samples code
1212
13- Update Flutter and enable web support
14-
15- ``` console
16- $ flutter channel dev
17- $ flutter upgrade
18- $ flutter config --enable-web
19- ```
20-
2113Run the demo using the ` chrome ` device type:
2214
2315``` console
24- $ cd slide_puzzle
16+ $ cd charts
2517$ flutter packages get
2618$ flutter run -d chrome
2719```
2820
2921You should see a message printing the URL to access: ` http://localhost:8080 `
3022
31- Web support is available as a technical preview and is only available in the
32- ` dev ` or ` master ` channels.
33-
3423## Deploying to GitHub Pages
3524
3625This project uses [ peanut] [ peanut ] to build the samples and commit the output
You can’t perform that action at this time.
0 commit comments