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/gallery
John Ryan e184a46ce6
add preview image to gallery assets (#159)
5 years ago
..
assets re-enable web samples, fix various issues (#156) 5 years ago
lib Update gallery, fix Cupertino fonts by using GoogleSans instead (#155) 5 years ago
web Update gallery, fix Cupertino fonts by using GoogleSans instead (#155) 5 years ago
README.md Update gallery, fix Cupertino fonts by using GoogleSans instead (#155) 5 years ago
analysis_options.yaml Update gallery, fix Cupertino fonts by using GoogleSans instead (#155) 5 years ago
pubspec.lock Update gallery, fix Cupertino fonts by using GoogleSans instead (#155) 5 years ago
pubspec.yaml add preview image to gallery assets (#159) 5 years ago

README.md

Flutter gallery

This is a copy of the Flutter gallery hosted at flutter.github.io/samples.

Updating

To update, copy the contents of the gallery directory, and remove the following files and directories:

rm  BUILD.gn
rm -rf tool/
rm -rf test/
rm -rf android/ 
rm -rf ios/

If you changed the pubspec.yaml file, make sure to use Google Sans instead of San Francisco (which is not available on the web) by copy-pasting the fonts section from Google Sans:

  • Use "GoogleSans" for ".SF Pro Text".
  • Use "GoogleSansDisplay" for ".SF Pro Display"
  • Use "GoogleSans" for ".SF UI Text"
  • Use "GoogleSansDisplay" for ".SF UI Display".