Skip to content

Commit 51ebc7e

Browse files
authored
Updated readme for web (#754)
1 parent 59b50ec commit 51ebc7e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

web/readme.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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-
2113
Run 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

2921
You 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

3625
This project uses [peanut][peanut] to build the samples and commit the output

0 commit comments

Comments
 (0)