From f4c12026a6e2d82f81f630588c62dd23c20df826 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 3 Dec 2020 07:34:52 +0100 Subject: [PATCH] fix: open_noti_settings --- pubspec.lock | 8 +++++--- pubspec.yaml | 4 +++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 8e53304b..9121c40e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -665,9 +665,11 @@ packages: open_noti_settings: dependency: "direct main" description: - name: open_noti_settings - url: "https://pub.dartlang.org" - source: hosted + path: "." + ref: HEAD + resolved-ref: e6526f5c63c8c612075ca674d6df0b3546a2913b + url: "https://github.com/ChristianPauly/flutter_open_notification_settings.git" + source: git version: "0.0.3" package_config: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 9f1b0212..cf924148 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,7 +63,9 @@ dependencies: swipe_to_action: ^0.1.0 flutter_svg: 0.19.1 # Because fluffychat depends on flutter_svg >=0.19.2 which requires Flutter SDK version >=1.24.0-6.0.pre <2.0.0, version solving failed. flutter_cache_manager: ^2.0.0 - open_noti_settings: ^0.0.3 + open_noti_settings: + git: + url: https://github.com/ChristianPauly/flutter_open_notification_settings.git dev_dependencies: flutter_test: