summaryrefslogtreecommitdiff
path: root/pubspec.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'pubspec.yaml')
-rw-r--r--pubspec.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pubspec.yaml b/pubspec.yaml
index 4512295..629b476 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
- sdk: ">=2.12.0 <3.0.0"
+ sdk: ">=2.18.0 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@@ -29,6 +29,8 @@ environment:
dependencies:
flutter:
sdk: flutter
+ here_sdk:
+ path: plugins/here_sdk
# The following adds the Cupertino Icons font to your application.
@@ -42,6 +44,8 @@ dependencies:
flutter_local_notifications: ^9.5.3+1
path_provider: ^2.0.10
loading_animation_widget: ^1.1.0+5
+ geolocator: ^9.0.2
+ image: ^3.2.2
dev_dependencies:
flutter_test:
@@ -69,6 +73,7 @@ flutter:
assets:
- assets/sleep.png
- assets/celebration.png
+ - assets/package.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.