Fix compilation issues

This commit is contained in:
vishnukvmd 2022-05-18 15:38:13 +05:30
parent ff8bf512d3
commit 07c6e7253c
3 changed files with 25 additions and 9 deletions

View file

@ -34,7 +34,7 @@ class NotificationService {
AndroidNotificationDetails(
'io.ente.photos',
'ente',
'ente alerts',
channelDescription: 'ente alerts',
importance: Importance.max,
priority: Priority.high,
showWhen: false,

View file

@ -4,9 +4,11 @@ packages:
alice:
dependency: "direct main"
description:
name: alice
url: "https://pub.dartlang.org"
source: hosted
path: "."
ref: HEAD
resolved-ref: "42c97aebbea93d1944a199b453b41bbed1f3013a"
url: "https://github.com/jhomlala/alice.git"
source: git
version: "0.2.5"
animate_do:
dependency: "direct main"
@ -211,6 +213,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
dbus:
dependency: transitive
description:
name: dbus
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.3"
device_info:
dependency: "direct main"
description:
@ -446,14 +455,21 @@ packages:
name: flutter_local_notifications
url: "https://pub.dartlang.org"
source: hosted
version: "8.2.0"
version: "9.5.3+1"
flutter_local_notifications_linux:
dependency: transitive
description:
name: flutter_local_notifications_linux
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
flutter_local_notifications_platform_interface:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "5.0.0"
flutter_localizations:
dependency: "direct main"
description: flutter

View file

@ -17,7 +17,8 @@ environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
alice: ^0.2.5
alice:
git: "https://github.com/jhomlala/alice.git"
animate_do: ^2.0.0
archive: ^3.1.2
background_fetch: ^1.0.1
@ -50,7 +51,7 @@ dependencies:
flutter_email_sender: 5.0.2
flutter_image_compress: ^1.1.0
flutter_inappwebview: ^5.3.2
flutter_local_notifications: ^5.0.0+4
flutter_local_notifications: ^9.5.3+1
flutter_password_strength: ^0.1.6
flutter_secure_storage: ^4.2.0
flutter_sodium: ^0.2.0
@ -109,7 +110,6 @@ dependencies:
dependency_overrides:
provider: ^6.0.1 # for chewie 1.2.2 https://github.com/brianegan/chewie/issues/530
flutter_local_notifications: ^8.2.0
dev_dependencies:
flutter_launcher_icons: "0.9.0"