1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/web/gallery

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".