Updated notifications plugin

This commit is contained in:
Artur Rymarz
2020-03-06 15:24:47 +01:00
parent c570c08f31
commit 743a24796a
2 changed files with 10 additions and 3 deletions

View File

@@ -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"

View File

@@ -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: