add package

This commit is contained in:
2024-12-09 15:08:57 +02:00
parent ea153cf940
commit 34e845175c
2 changed files with 3 additions and 2 deletions

View File

@@ -1203,7 +1203,7 @@ packages:
source: hosted
version: "2.2.2"
url_launcher:
dependency: transitive
dependency: "direct main"
description:
name: url_launcher
sha256: "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603"

View File

@@ -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: