chore: Downgrade desktop notifications

This commit is contained in:
Christian Pauly 2021-07-08 18:16:23 +02:00
parent 3601e40a82
commit 22674e6e3c
2 changed files with 3 additions and 3 deletions

View File

@ -182,14 +182,14 @@ packages:
name: dbus name: dbus
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.5.2" version: "0.4.3"
desktop_notifications: desktop_notifications:
dependency: "direct main" dependency: "direct main"
description: description:
name: desktop_notifications name: desktop_notifications
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.5.0" version: "0.4.0"
disk_space: disk_space:
dependency: transitive dependency: transitive
description: description:

View File

@ -13,7 +13,7 @@ dependencies:
audioplayers: ^0.19.1 audioplayers: ^0.19.1
cached_network_image: ^3.0.0 cached_network_image: ^3.0.0
cupertino_icons: any 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 email_validator: ^2.0.1
emoji_picker_flutter: ^1.0.6 emoji_picker_flutter: ^1.0.6
fcm_shared_isolate: fcm_shared_isolate: