From 2f59c7fde1fbadbb0d7f7fa7bcddab3ad50949e4 Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 10 May 2024 11:23:32 +0700 Subject: [PATCH] Upgrade `flutter_local_notifications` version to `16.2.0` to support `silent` for notification on android --- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index a7c06be68..95382eb08 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -788,26 +788,26 @@ packages: dependency: "direct main" description: name: flutter_local_notifications - sha256: "293995f94e120c8afce768981bd1fa9c5d6de67c547568e3b42ae2defdcbb4a0" + sha256: bb5cd63ff7c91d6efe452e41d0d0ae6348925c82eafd10ce170ef585ea04776e url: "https://pub.dev" source: hosted - version: "13.0.0" + version: "16.2.0" flutter_local_notifications_linux: dependency: transitive description: name: flutter_local_notifications_linux - sha256: ccb08b93703aeedb58856e5637450bf3ffec899adb66dc325630b68994734b89 + sha256: "33f741ef47b5f63cc7f78fe75eeeac7e19f171ff3c3df054d84c1e38bedb6a03" url: "https://pub.dev" source: hosted - version: "3.0.0+1" + version: "4.0.0+1" flutter_local_notifications_platform_interface: dependency: transitive description: name: flutter_local_notifications_platform_interface - sha256: "5ec1feac5f7f7d9266759488bc5f76416152baba9aa1b26fe572246caa00d1ab" + sha256: "340abf67df238f7f0ef58f4a26d2a83e1ab74c77ab03cd2b2d5018ac64db30b7" url: "https://pub.dev" source: hosted - version: "6.0.0" + version: "7.1.0" flutter_localizations: dependency: "direct main" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index b013b2686..713b1693a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -186,7 +186,7 @@ dependencies: firebase_messaging: 14.2.5 - flutter_local_notifications: 13.0.0 + flutter_local_notifications: 16.2.0 fading_edge_scrollview: 3.0.0