From 743a24796af1d64d04362472716f5859b4b8ff5b Mon Sep 17 00:00:00 2001 From: Artur Rymarz Date: Fri, 6 Mar 2020 15:24:47 +0100 Subject: [PATCH] Updated notifications plugin --- pubspec.lock | 11 +++++++++-- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ef36116..0b45d99 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -110,7 +110,14 @@ packages: name: flutter_local_notifications url: "https://pub.dartlang.org" source: hosted - version: "0.9.1+2" + version: "1.2.1" + flutter_local_notifications_platform_interface: + dependency: transitive + description: + name: flutter_local_notifications_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1" flutter_redux: dependency: "direct main" description: @@ -359,4 +366,4 @@ packages: version: "3.5.0" sdks: dart: ">=2.7.0-dev <3.0.0" - flutter: ">=1.12.13+hotfix.4 <2.0.0" + flutter: ">=1.12.13+hotfix.5 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 05a64f1..e352f66 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: sqflite: ^1.2.1 intl: ^0.16.1 flutter_svg: ^0.17.2 - flutter_local_notifications: ^0.9.1+2 + flutter_local_notifications: ^1.2.1 firebase_admob: ^0.9.1+3 dev_dependencies: