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.
52
likes
110/ 120
pub points
89%
popularity
We analyzed this package 5 days ago, and awarded it 110 pub points (of a possible 120):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:desktop_notifications/desktop_notifications.dart
that imports:package:desktop_notifications/src/notifications_client.dart
that imports:package:dbus/dbus.dart
that imports:package:dbus/src/dbus_server.dart
that imports:package:dbus/src/dbus_properties.dart
that imports:package:dbus/src/dbus_object.dart
that imports:package:dbus/src/dbus_client.dart
that imports:package:dbus/src/dbus_peer.dart
that imports:dart:io
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dbus | ^0.4.0 | 0.4.3 | 0.7.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args | - | 2.3.1 | 2.3.1 |
collection | - | 1.16.0 | 1.16.0 |
meta | - | 1.7.0 | 1.7.0 |
petitparser | - | 5.0.0 | 5.0.0 |
xml | - | 5.4.1 | 6.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.4.0` on dbus does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions dbus
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Dart 2.17.0
.