forked from firka/flutter
Update material_color_utilities package version to latest 0.11.1 (#145959)
This PR is to update material_color_utilities package version to the latest. `material_color_utilities/scheme/scheme_fruit_salad.dart` and `material_color_utilities/scheme/scheme_rainbow.dart` are exported after version 0.9.0. Once this PR is merged, we don't need to explicitly import these two files like the change in PR #144805, which breaks some dependencies in `Google testing`.
This commit is contained in:
@@ -18,11 +18,13 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
|
||||
// Add pinned packages here. Please leave a comment explaining why.
|
||||
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
|
||||
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
|
||||
'material_color_utilities': '0.8.0', // Keep pinned to latest until 1.0.0.
|
||||
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.
|
||||
'archive': '3.3.2', // https://github.com/flutter/flutter/issues/115660
|
||||
'leak_tracker': '10.0.5', // https://github.com/flutter/devtools/issues/3951
|
||||
'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951
|
||||
'leak_tracker_flutter_testing': '3.0.5', // https://github.com/flutter/devtools/issues/3951
|
||||
'path_provider_android':
|
||||
'2.2.1', // https://github.com/flutter/flutter/issues/140796
|
||||
'camera_android': '0.10.8+17', // https://github.com/flutter/flutter/issues/146004
|
||||
'frontend_server_client': '3.2.0', // https://github.com/flutter/flutter/issues/146164
|
||||
};
|
||||
|
||||
@@ -57,7 +57,7 @@ dependencies:
|
||||
cli_config: 0.2.0
|
||||
graphs: 2.3.1
|
||||
native_assets_builder: 0.6.1
|
||||
native_assets_cli: 0.5.3
|
||||
native_assets_cli: 0.5.4
|
||||
|
||||
# We depend on very specific internal implementation details of the
|
||||
# 'test' package, which change between versions, so when upgrading
|
||||
@@ -68,6 +68,7 @@ dependencies:
|
||||
vm_service: 14.2.0
|
||||
|
||||
standard_message_codec: 0.0.1+4
|
||||
frontend_server_client: 3.2.0 # exact pin because of https://github.com/flutter/flutter/issues/146164
|
||||
|
||||
_fe_analyzer_shared: 67.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
analyzer: 6.4.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
@@ -82,7 +83,6 @@ dependencies:
|
||||
dtd: 2.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
extension_discovery: 2.0.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
fixnum: 1.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
frontend_server_client: 3.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
glob: 2.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
http_parser: 4.0.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
io: 1.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
|
||||
@@ -120,4 +120,4 @@ dartdoc:
|
||||
# Exclude this package from the hosted API docs.
|
||||
nodoc: true
|
||||
|
||||
# PUBSPEC CHECKSUM: bc22
|
||||
# PUBSPEC CHECKSUM: f123
|
||||
|
||||
Reference in New Issue
Block a user