Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5f67b47

Browse files
authored
[iOS] Update template icons (#107873)
1 parent 6929ad1 commit 5f67b47

40 files changed

+23
-21
lines changed

packages/flutter_tools/lib/src/commands/update_packages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import '../runner/flutter_command.dart';
2929
const Map<String, String> kManuallyPinnedDependencies = <String, String>{
3030
// Add pinned packages here. Please leave a comment explaining why.
3131
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
32-
'flutter_template_images': '4.1.0', // Must always exactly match flutter_tools template.
32+
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
3333
'video_player': '2.2.11',
3434
// Could potentially break color scheme tests on upgrade,
3535
// so pin and manually update as needed.

packages/flutter_tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
coverage: 1.5.0
1717
crypto: 3.0.2
1818
file: 6.1.2
19-
flutter_template_images: 4.1.0
19+
flutter_template_images: 4.2.0
2020
html: 0.15.0
2121
http: 0.13.4
2222
intl: 0.17.0
@@ -103,4 +103,4 @@ dartdoc:
103103
# Exclude this package from the hosted API docs.
104104
nodoc: true
105105

106-
# PUBSPEC CHECKSUM: b869
106+
# PUBSPEC CHECKSUM: 5d6a

packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]

Whitespace-only changes.

packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]

Whitespace-only changes.

packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]

Whitespace-only changes.

packages/flutter_tools/templates/app_shared/ios.tmpl/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]

Whitespace-only changes.

0 commit comments

Comments
 (0)