Pull Flutter gallery assets from Google's git repo. (#4493)

This repo contains the final licensed images.
This commit is contained in:
Matt Perry 2016-06-09 16:03:10 -04:00 committed by GitHub
parent 8446ae3c87
commit ffde6777fc
3 changed files with 12 additions and 3 deletions

View File

@ -8,7 +8,10 @@ dependencies:
path: ../../../packages/flutter_driver
# Also update dev/manual_tests/pubspec.yaml
# and examples/flutter_gallery/pubspec.yaml
flutter_gallery_assets: '0.0.21'
flutter_gallery_assets:
git:
url: https://flutter.googlesource.com/gallery-assets
ref: 5c9118f9e6005c9fef6f1a340e5c475494c2ba80
dev_dependencies:
flutter_test:

View File

@ -6,7 +6,10 @@ dependencies:
path: ../../packages/flutter_sprites
# Also update dev/manual_tests/pubspec.yaml
# and dev/benchmarks/complex_layout/pubspec.yaml
flutter_gallery_assets: '0.0.21'
flutter_gallery_assets:
git:
url: https://flutter.googlesource.com/gallery-assets
ref: 5c9118f9e6005c9fef6f1a340e5c475494c2ba80
dev_dependencies:
test: any # flutter_test provides the version constraints

View File

@ -10,7 +10,10 @@ dependencies:
path: ../../packages/flutter_markdown
# Also update dev/benchmarks/complex_layout/pubspec.yaml
# and examples/flutter_gallery/pubspec.yaml
flutter_gallery_assets: '0.0.21'
flutter_gallery_assets:
git:
url: https://flutter.googlesource.com/gallery-assets
ref: 5c9118f9e6005c9fef6f1a340e5c475494c2ba80
dev_dependencies:
test: any # flutter_test provides the version constraints