Skip to content

Commit

Permalink
fix: ➕ Add explicit dependency to url_launcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Sep 30, 2024
1 parent f734eda commit 2dd8f48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ packages:
source: hosted
version: "1.3.2"
url_launcher:
dependency: transitive
dependency: "direct main"
description:
name: url_launcher
sha256: "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3"
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2dd8f48

Please sign in to comment.