mirror of
https://github.com/flutter/samples.git
synced 2026-03-31 00:33:02 +00:00
Update flutter web samples (#161)
* update gallery and web samples compatable with SDK version 2a576b774c: Flutter 1.12.3-pre.38 • channel master • git@github.com:flutter/flutter.git Framework • revision 2a576b774c (2 hours ago) • 2019-11-15 13:15:05 -0800 Engine • revision b2640d97e7 Tools • Dart 2.7.0 * add preview image
This commit is contained in:
@@ -1,28 +1,32 @@
|
||||
# Flutter gallery
|
||||
|
||||
This is a copy of the [Flutter gallery] hosted at
|
||||
[flutter.github.io/samples][hosted url].
|
||||
A demo app for Flutter's material design and cupertino widgets, as
|
||||
well as many other features of the Flutter SDK.
|
||||
|
||||
## Updating
|
||||
## Building
|
||||
|
||||
To update, copy the contents of the gallery directory, and remove the following
|
||||
files and directories:
|
||||
You can follow these instructions to build the gallery app
|
||||
and install it onto your device.
|
||||
|
||||
```bash
|
||||
rm BUILD.gn
|
||||
rm -rf tool/
|
||||
rm -rf test/
|
||||
rm -rf android/
|
||||
rm -rf ios/
|
||||
```
|
||||
### Prerequisites
|
||||
|
||||
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".
|
||||
If you are new to Flutter, please first follow
|
||||
the [Flutter Setup](https://flutter.dev/setup/) guide.
|
||||
|
||||
[Flutter gallery]: https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
|
||||
[hosted url]: https://flutter.github.io/samples/gallery/#/
|
||||
### Building and installing the Flutter app
|
||||
|
||||
* `cd $FLUTTER_ROOT/examples/flutter_gallery`
|
||||
* `flutter pub get`
|
||||
* `flutter run --release`
|
||||
|
||||
The `flutter run --release` command both builds and installs the Flutter app.
|
||||
|
||||
## Prerelease checklist
|
||||
|
||||
* Verify that the About box's license page scrolls and reveals its long
|
||||
long stream of license texts.
|
||||
|
||||
## Icon
|
||||
|
||||
Android launcher icons were generated using Android Asset Studio:
|
||||
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=1&foreground.space.pad=0.1&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=fafafa%2C100&effects=none
|
||||
|
||||
Reference in New Issue
Block a user