From 2dd8f48e11a454471653292c2d5e22d7688b33f7 Mon Sep 17 00:00:00 2001 From: Chralu Date: Mon, 30 Sep 2024 16:07:30 +0200 Subject: [PATCH] fix: :heavy_plus_sign: Add explicit dependency to url_launcher. --- pubspec.lock | 2 +- pubspec.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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