From d86eb0e92eec3d11dd2bfec845b2b84d3f78a29e Mon Sep 17 00:00:00 2001 From: vjrj <vjrj@comunes.org> Date: Wed, 5 Apr 2023 00:11:34 +0200 Subject: [PATCH] New deps --- pubspec.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7566a71e..6e6fd1c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.13 +version: 0.0.14-SNAPSHOT environment: sdk: ">=2.17.1 <3.0.0" @@ -28,7 +28,6 @@ dependencies: flutter_bloc: ^8.1.1 hydrated_bloc: ^9.0.0 equatable: ^2.0.5 - path_provider: ^2.0.11 flutter_displaymode: ^0.5.0 easy_localization: ^3.0.1 hive: ^2.2.3 @@ -67,6 +66,11 @@ dependencies: share_plus: ^6.3.1 sentry_dart_plugin: ^1.1.0 sentry_logging: ^7.4.0 + pwa_install: ^0.0.5 + file_saver: ^0.2.1 + filesystem_picker: ^3.1.0 + path: ^1.8.2 + path_provider: ^2.0.14 dev_dependencies: flutter_test: -- GitLab