From 22674e6e3cfdd4bbddd2ca9e31414be328a5281c Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 8 Jul 2021 18:16:23 +0200 Subject: [PATCH] chore: Downgrade desktop notifications --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 10b8ee0c..645f5101 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -182,14 +182,14 @@ packages: name: dbus url: "https://pub.dartlang.org" source: hosted - version: "0.5.2" + version: "0.4.3" desktop_notifications: dependency: "direct main" description: name: desktop_notifications url: "https://pub.dartlang.org" source: hosted - version: "0.5.0" + version: "0.4.0" disk_space: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5c68e057..bab4d4ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: audioplayers: ^0.19.1 cached_network_image: ^3.0.0 cupertino_icons: any - desktop_notifications: ^0.5.0 + desktop_notifications: ^0.4.0 # Version 0.5.0 breaks web builds: https://github.com/canonical/dbus.dart/issues/250 email_validator: ^2.0.1 emoji_picker_flutter: ^1.0.6 fcm_shared_isolate: