From 34e845175c7c4f9ba6003dc192e9b90175ff78ce Mon Sep 17 00:00:00 2001 From: yaso Date: Mon, 9 Dec 2024 15:08:57 +0200 Subject: [PATCH] add package --- Frontend/pubspec.lock | 2 +- Frontend/pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Frontend/pubspec.lock b/Frontend/pubspec.lock index 2bfd1e96..7f2b4e35 100644 --- a/Frontend/pubspec.lock +++ b/Frontend/pubspec.lock @@ -1203,7 +1203,7 @@ packages: source: hosted version: "2.2.2" url_launcher: - dependency: transitive + dependency: "direct main" description: name: url_launcher sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603" diff --git a/Frontend/pubspec.yaml b/Frontend/pubspec.yaml index 021a7ebd..aee465af 100644 --- a/Frontend/pubspec.yaml +++ b/Frontend/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: '>=3.2.4 <4.0.0' @@ -65,6 +65,7 @@ dependencies: flutter_launcher_icons: ^0.13.1 # flutter_barcode_scanner: ^2.0.0 barcode_widget: ^2.0.4 + url_launcher: ^6.3.1 dev_dependencies: flutter_test: