From ffde6777fcded1d8143205e7bca66c3ac66308f5 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 9 Jun 2016 16:03:10 -0400 Subject: [PATCH] Pull Flutter gallery assets from Google's git repo. (#4493) This repo contains the final licensed images. --- dev/benchmarks/complex_layout/pubspec.yaml | 5 ++++- dev/manual_tests/pubspec.yaml | 5 ++++- examples/flutter_gallery/pubspec.yaml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/dev/benchmarks/complex_layout/pubspec.yaml b/dev/benchmarks/complex_layout/pubspec.yaml index f53c06fef8..3512cb5905 100644 --- a/dev/benchmarks/complex_layout/pubspec.yaml +++ b/dev/benchmarks/complex_layout/pubspec.yaml @@ -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: diff --git a/dev/manual_tests/pubspec.yaml b/dev/manual_tests/pubspec.yaml index 010e1135b6..7ebbd8ab10 100644 --- a/dev/manual_tests/pubspec.yaml +++ b/dev/manual_tests/pubspec.yaml @@ -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 diff --git a/examples/flutter_gallery/pubspec.yaml b/examples/flutter_gallery/pubspec.yaml index 1a874a2caf..55485c5883 100644 --- a/examples/flutter_gallery/pubspec.yaml +++ b/examples/flutter_gallery/pubspec.yaml @@ -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