desktop_notifications 0.4.0
desktop_notifications: ^0.4.0 copied to clipboard
Allows notifications to be sent on Linux desktops using the desktop notifications specification.
Changelog #
0.4.0 #
- Update to dbus 0.4
0.3.0 #
- Rename NotificationClient to NotificationsClient (was a typo).
- Replace action and closed callbacks with futures.
- Fix invalid default value for replacesId.
- Make constructors constant.
- Add regression tests.
0.2.2 #
- Bump dbus dependency to avoid a signal subscription bug.
0.2.1 #
- Make the DBusClient parameter optional.
- Code tidy ups to pass dart analyze in 1.12 final release.
0.2.0 #
- Add null safety support
0.1.0 #
- Initial release