Skip to content

Commit a9b3f6c

Browse files
authored
Update flutter_template_images to 5.0.0. (#161105)
Closes flutter/flutter#160692. All references of `skeleton` and `app_shared` have been completely removed, including in `flutter_template_images`. See flutter#8360.
1 parent f00de04 commit a9b3f6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
2222
// Add pinned packages here. Please leave a comment explaining why.
2323
'archive': '3.6.1', // https://github.com/flutter/flutter/issues/115660
2424
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
25-
'flutter_template_images': '4.3.0', // Must always exactly match flutter_tools template.
25+
'flutter_template_images': '5.0.0', // Must always exactly match flutter_tools template.
2626
'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912
2727
'intl':
2828
'0.19.0', // 0.20.0 introduces new transitive dependencies that are not (yet) cleared in Flutter's allow list.

packages/flutter_tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
crypto: 3.0.6
2121
ffi: 2.1.3
2222
file: 7.0.1
23-
flutter_template_images: 4.3.0
23+
flutter_template_images: 5.0.0
2424
html: 0.15.5
2525
http: 1.2.2
2626
intl: 0.19.0
@@ -121,4 +121,4 @@ dartdoc:
121121
# Exclude this package from the hosted API docs.
122122
nodoc: true
123123

124-
# PUBSPEC CHECKSUM: 9a42
124+
# PUBSPEC CHECKSUM: 5640

0 commit comments

Comments
 (0)