mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Pin url_launcher package to prevent major version upgrade (#13952)
* Pin url_launcher to 1.0.3 * Commit results of 'bin/flutter update-packages --force-upgrade' * Added TODO
This commit is contained in:
parent
50a28785bd
commit
fdbbfc3b32
@ -7,7 +7,7 @@ dependencies:
|
||||
intl: 0.15.2
|
||||
connectivity: 0.2.0
|
||||
string_scanner: 1.0.2
|
||||
url_launcher: 2.0.0
|
||||
url_launcher: 1.0.3
|
||||
cupertino_icons: 0.1.1
|
||||
video_player: 0.0.7
|
||||
|
||||
|
||||
@ -30,6 +30,10 @@ const Map<String, String> _kManuallyPinnedDependencies = const <String, String>{
|
||||
// https://github.com/dart-lang/sdk/issues/31442
|
||||
// TODO(amirh): unpin this.
|
||||
'test': '0.12.26',
|
||||
// Major version upgrade to next version(2.0.0) breaks flutter build:
|
||||
// https://github.com/flutter/flutter/issues/13953
|
||||
// TODO(aam): unpin this.
|
||||
'url_launcher': '1.0.3',
|
||||
// Add pinned packages here.
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user