Skip to content

Commit 0147b1f

Browse files
authored
Pin pkg:intl to 0.19.0 (flutter#159992)
Version 0.20.0 introduces new transitive dependencies that are not cleared (yet) in our allow list [1]. Work is underway in flutter#158555 to change that. [1] https://github.com/flutter/flutter/blob/eabed2381b3f4d155d3f58386e26e1401d4a413f/dev/bots/allowlist.dart
1 parent 87cc38a commit 0147b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
2323
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
2424
'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template.
2525
'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912
26+
'intl': '0.19.0', // 0.20.0 introduces new transitive dependencies that are not (yet) cleared in Flutter's allow list.
2627
'native_assets_builder': '0.9.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
2728
'native_assets_cli': '0.9.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
2829
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.

0 commit comments

Comments
 (0)