From 11bee325a7fedd27e337980a942a5356422d912d Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 30 Nov 2020 12:27:20 +0100 Subject: [PATCH] remove debug code --- example/lib/main.dart | 1 - example/pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index ff983fef..fa62878d 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -28,7 +28,6 @@ void main() async { showLocalNotification: (!kIsWeb && Platform.isAndroid) ? showLocalNotification : null, persistenceEnabled: true, - backgroundKeepAlive: Duration(seconds: 3), ); if (userId != null) { diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5b025b4d..e84b2303 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: example description: A new Flutter project. -version: 1.0.84+86 +version: 1.0.85+87 environment: sdk: ">=2.2.2 <3.0.0"