diff --git a/pubspec.lock b/pubspec.lock index bb7bd2d48..5435f86b6 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -260,6 +260,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.2.3" + dbus: + dependency: transitive + description: + name: dbus + url: "https://pub.dartlang.org" + source: hosted + version: "0.7.4" device_info: dependency: "direct main" description: @@ -405,6 +412,27 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.9.3" + flutter_local_notifications: + dependency: "direct main" + description: + name: flutter_local_notifications + url: "https://pub.dartlang.org" + source: hosted + version: "12.0.3" + flutter_local_notifications_linux: + dependency: transitive + description: + name: flutter_local_notifications_linux + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" + flutter_local_notifications_platform_interface: + dependency: transitive + description: + name: flutter_local_notifications_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "6.0.0" flutter_localizations: dependency: "direct main" description: flutter @@ -700,6 +728,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.1" + open_file: + dependency: "direct main" + description: + name: open_file + url: "https://pub.dartlang.org" + source: hosted + version: "3.2.1" otp: dependency: "direct main" description: @@ -1174,6 +1209,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.4.16" + timezone: + dependency: transitive + description: + name: timezone + url: "https://pub.dartlang.org" + source: hosted + version: "0.9.0" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d1375490a..ac27feaf9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -63,6 +63,8 @@ dependencies: confetti: ^0.7.0 clipboard: ^0.1.3 flutter_speed_dial: ^6.2.0 + flutter_local_notifications: ^12.0.3 + open_file: ^3.2.1 dev_dependencies: bloc_test: ^9.0.3