diff --git a/pubspec.lock b/pubspec.lock index 4313d7a..6d0593f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -793,7 +793,7 @@ packages: source: hosted version: "1.3.2" url_launcher: - dependency: transitive + dependency: "direct main" description: name: url_launcher sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3" diff --git a/pubspec.yaml b/pubspec.yaml index 87f4fe0..7590901 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,6 +32,9 @@ dependencies: # An abstraction for two-way communication channels based on the Dart Stream class. stream_channel: ^2.1.2 + # Open deeplink urls + url_launcher: ^6.3.0 + # Lightweight browser API bindings built around JS static interop. web: ^0.5.1