Native Notifications
Simple native notification implementation. Currently supports Android, Linux and Windows. Windows apps would need to be packaged to work.
The Linux implementation may use DBus instead of pulling in that many native dependencies, see https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html. If it's desired, I could open a PR for that
The Linux implementation may use DBus instead of pulling in that many native dependencies, see https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html. If it's desired, I could open a PR for that
I would appreciate it if you could. I'm not familiar with dbus and its protocol.