lnc 1.2.2
lnc: ^1.2.2 copied to clipboard
Log & Notification Center.
We analyzed this package 3 days ago, and awarded it 120 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting lnc... Discovering libraries... Linking elements... Precaching local docs for 137861 elements... Initialized dartdoc with 65 libraries Generating docs for library log.dart from package:lnc/log.dart... Generating docs for library cache.dart from package:lnc/cache.dart... Generating docs for library notification.dart from package:lnc/notification.dart... Documented 3 public libraries in 9.6 seconds ERR: warning: lnc has no library level documentation comments from lnc: (file:///tmp/pana_TMVACK/lib/log.dart:1:1) warning: lnc has no library level documentation comments from lnc: (file:///tmp/pana_TMVACK/lib/cache.dart:1:1) error: file already written at "lnc/index.html" for symbol lnc: (file:///tmp/pana_TMVACK/lib/cache.dart:1:1) conflicting with file already generated by lnc: (file:///tmp/pana_TMVACK/lib/log.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'lnc' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if [27 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/cache/manager.dart:44:14
╷
44 │ /// @param <K> - key type
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cache/manager.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/cache/manager.dart:45:14
╷
45 │ /// @param <V> - value type
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/cache/manager.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
object_key |
^1.1.1 |
1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.23.8, Dart 3.10.7.
Check the analysis log for details.