From 60392027403cef3796a91c1b3cd3de50892165f9 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Mon, 1 Apr 2024 22:30:57 -0400 Subject: Plugins --- pubspec.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index 8d39041..b5d0f59 100644 --- a/pubspec.yaml +++ b/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: 0.0.0+1 environment: sdk: '>=3.3.3 <4.0.0' @@ -31,6 +31,8 @@ dependencies: flutter: sdk: flutter shared_preferences: ^2.0.15 + url_launcher: ^6.2.5 + package_info_plus: ^5.0.1 # The following adds the Cupertino Icons font to your application. -- cgit v1.2.3