1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00
Files
samples/web
John Ryan a29853144b Update gallery, fix Cupertino fonts by using GoogleSans instead (#155)
* Update gallery, fix Cupertino fonts

Cupertino fonts fixed by using GoogleSans instead

* remove BUILD.gn

* remove ios and android dirs from web/gallery

* remove meta/flutter_gallery.cmx

* revert provider_shopper/pubspec.lock

* remove gallery's test and tool directories

* update web/gallery README
2019-10-28 14:33:43 -07:00
..
2019-09-12 19:58:17 -07:00
2019-09-12 19:58:17 -07:00
2019-09-12 19:58:17 -07:00

Web samples

See the samples in action

Compiled versions of the samples are hosted at flutter.github.io/samples.

Building samples code

Go into one of the sample directories, get packages, and run using the chrome device:

$ flutter channel dev
$ flutter upgrade
$ cd gallery
$ flutter pub get
$ flutter run -d chrome

Web support is available as a technical preview and is only available in the dev or master channels.

You should see a message printing the URL to access: http://localhost:8080