azan_local_notifications_linux 0.0.2
azan_local_notifications_linux: ^0.0.2 copied to clipboard
A new Flutter project.
We analyzed this package 3 hours ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
133 out of 136 API elements (97.8 %) have documentation comments.
Some symbols that are missing documentation: azan_local_notifications_linux
, azan_local_notifications_linux.LinuxNotificationIcon.LinuxNotificationIcon.new
, azan_local_notifications_linux.LinuxNotificationSound.LinuxNotificationSound.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:azan_local_notifications_linux/azan_local_notifications_linux.dart
that imports:package:azan_local_notifications_linux/src/flutter_local_notifications.dart
that imports:package:azan_local_notifications_linux/src/notifications_manager.dart
that imports:package:azan_local_notifications_linux/src/storage.dart
that imports:package:azan_local_notifications_linux/src/platform_info.dart
that imports:package:xdg_directories/xdg_directories.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:azan_local_notifications_linux/azan_local_notifications_linux.dart
that imports:package:azan_local_notifications_linux/src/flutter_local_notifications.dart
that imports:package:azan_local_notifications_linux/src/notifications_manager.dart
that imports:package:azan_local_notifications_linux/src/storage.dart
that imports:package:azan_local_notifications_linux/src/platform_info.dart
that imports:package:xdg_directories/xdg_directories.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:azan_local_notifications_linux/azan_local_notifications_linux.dart
that imports:package:azan_local_notifications_linux/src/flutter_local_notifications.dart
that imports:package:azan_local_notifications_linux/src/notifications_manager.dart
that imports:package:azan_local_notifications_linux/src/storage.dart
that imports:package:azan_local_notifications_linux/src/platform_info.dart
that imports:package:xdg_directories/xdg_directories.dart
that declares support for platforms:Linux
.
Package does not support platform `macOS`.
Because:
package:azan_local_notifications_linux/azan_local_notifications_linux.dart
that imports:package:azan_local_notifications_linux/src/flutter_local_notifications.dart
that imports:package:azan_local_notifications_linux/src/notifications_manager.dart
that imports:package:azan_local_notifications_linux/src/storage.dart
that imports:package:azan_local_notifications_linux/src/platform_info.dart
that imports:package:xdg_directories/xdg_directories.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: This function has a nullable return type of 'FutureOr
lib/src/flutter_local_notifications.dart:32:17
╷
32 │ Future<bool?> initialize(
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/flutter_local_notifications.dart
WARNING: This function has a nullable return type of 'FutureOr
lib/src/flutter_local_notifications_stub.dart:25:17
╷
25 │ Future<bool?> initialize(
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/flutter_local_notifications_stub.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
azan_notifications_platform |
^0.0.2 |
0.0.2 | 0.0.2 | |
dbus |
^0.6.6 |
0.6.8 | 0.7.11 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
xdg_directories |
^0.2.0 |
0.2.0+3 | 1.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 1.2.1 | 2.1.4 | |
file |
- | 6.1.4 | 7.0.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
petitparser |
- | 5.4.0 | 7.0.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
process |
- | 4.2.4 | 5.0.4 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
xml |
- | 5.4.1 | 6.6.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.6.6` on dbus does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions dbus
to update the constraint.
The constraint `^0.2.0` on xdg_directories does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions xdg_directories
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.