add windowManager.focus to notification click response
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Dan Ballard 2022-12-11 09:08:28 -08:00 committed by Gitea
parent f585122f57
commit ffa52f697a
4 changed files with 8 additions and 4 deletions

View File

@ -241,6 +241,9 @@ class FlwtchState extends State<Flwtch> with WindowListener {
transitionDuration: Duration(milliseconds: 200),
),
);
// On Gnome follows up a clicked notification with a "Cwtch is ready" notification that takes you to the app. AFAICT just because Gnome is bad
// https://askubuntu.com/questions/1286206/how-to-skip-the-is-ready-notification-and-directly-open-apps-in-ubuntu-20-4
windowManager.focus();
}
// using windowManager flutter plugin until proper lifecycle management lands in desktop

View File

@ -75,7 +75,8 @@ class NotificationPayload {
};
}
// FlutterLocalNotificationsPlugin based NotificationManager that handles MacOS and Linux
// FlutterLocalNotificationsPlugin based NotificationManager that handles MacOS <s>and Linux</s>
// TODO: Upgrade from 9.6 to 12.x but there are breaking changes (including for mac)
// TODO: Windows support is being worked on, check back and migrate to that too when it lands
class NixNotificationManager implements NotificationsManager {
late FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin;

View File

@ -630,7 +630,7 @@ packages:
name: screen_retriever
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
version: "0.1.4"
scrollable_positioned_list:
dependency: "direct main"
description:
@ -859,7 +859,7 @@ packages:
name: window_manager
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.5"
version: "0.2.8"
xdg_directories:
dependency: transitive
description:

View File

@ -41,7 +41,7 @@ dependencies:
file_picker: ^4.3.2
file_picker_desktop: ^1.1.1
url_launcher: ^6.0.18
window_manager: ^0.2.5
window_manager: ^0.2.8
# notification plugins
win_toast: ^0.0.2
flutter_local_notifications: ^9.6.1