summaryrefslogtreecommitdiff
path: root/pubspec.yaml
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-01 22:30:57 -0400
committerConnor Frank <conjfrnk@gmail.com>2024-04-01 22:30:57 -0400
commit60392027403cef3796a91c1b3cd3de50892165f9 (patch)
tree2c3bcb25704bc98a5b9db4aa0e0f5eed03adfeda /pubspec.yaml
parentba42d3719ffd1b1cfb12672655e653951dd46bb9 (diff)
Plugins
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml4
1 files changed, 3 insertions, 1 deletions
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.