Pull Flutter gallery assets from Google's git repo. (#4493)
This repo contains the final licensed images.
This commit is contained in:
parent
8446ae3c87
commit
ffde6777fc
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user