Skip to content

Commit

Permalink
deps: Ensure url_launcher_android version is at least 6.1.0
Browse files Browse the repository at this point in the history
This gets us Android Custom Tabs support, via Rajesh's upstream PR:
  flutter/packages#4739
  • Loading branch information
gnprice committed Nov 7, 2023
1 parent 391940c commit 362f4d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ packages:
source: hosted
version: "6.2.0"
url_launcher_android:
dependency: transitive
dependency: "direct main"
description:
name: url_launcher_android
sha256: "31222ffb0063171b526d3e569079cf1f8b294075ba323443fdc690842bfd4def"
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies:
package_info_plus: ^4.0.1
collection: ^1.17.2
url_launcher: ^6.1.11
url_launcher_android: ">=6.1.0"
flutter_localizations:
sdk: flutter
firebase_messaging: ^14.6.3
Expand Down

0 comments on commit 362f4d1

Please sign in to comment.