flutter/examples/flutter_gallery
Adam Barth 39e759212f Improve compositing strategy for Shrine (#5014)
This patch includes a number of improvements:

 * Material page routes now put a repaint boundary inside their transition so
   they don't repaint during the transition.
 * Heroes that are on a quest now get a repaint boundary so we repaint them
   individually.
 * I've hoisted the transparent material for the product items up in the widget
   tree, which doesn't affect performance but makes the ink splashes reach the
   edge of the product cards.
 * I've changed the repaint rainbow visualization to make it easier to see
   what's going on.
2016-07-22 14:09:48 -07:00
..
android updates from the flutter gallery rename (#3898) 2016-05-13 12:46:50 -07:00
assets Removed obsolete flutter gallery assets (#4605) 2016-06-16 16:56:11 -07:00
ios IOS flutter_gallery => Flutter Gallery (#4947) 2016-07-18 12:20:39 -07:00
lib Improve compositing strategy for Shrine (#5014) 2016-07-22 14:09:48 -07:00
test Gallery UI tweaks (#4861) 2016-07-11 07:26:36 -07:00
test_driver Gallery UI tweaks (#4861) 2016-07-11 07:26:36 -07:00
.gitignore Call it Flutter Gallery (#3801) 2016-05-09 11:00:54 -07:00
flutter.yaml Removed obsolete flutter gallery assets (#4605) 2016-06-16 16:56:11 -07:00
pubspec.yaml Gallery shrine demo uses image assets (#4544) 2016-06-13 14:48:24 -07:00
README.md clarify command in README (#4983) 2016-07-21 09:29:52 -07:00

Flutter gallery

Demo app for the material design widgets and other features provided by Flutter.

Building

You can follow these instructions to build the gallery app and install it onto your device.

Prereqs

If you are new to Flutter, please first follow the Flutter Setup guide.

Building and installing the Flutter app

  • cd $FLUTTER_ROOT/examples/flutter_gallery
  • flutter upgrade
  • flutter run --release

The flutter run --release command both builds and installed the Flutter app.

Icon

Icon was generated using Android Asset Studio: https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=image&foreground.space.trim=0&foreground.space.pad=0.1&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=ffffff%2C100&effects=none

From the Flutter Logo: https://github.com/flutter/website/blob/master/_includes/logo.html which appears to be CC-BY 4.0.