logger_easier 0.0.1+4 logger_easier: ^0.0.1+4 copied to clipboard
A modern logging management solution tailored specifically for Dart and Flutter applications. It provides a highly flexible and feature-rich logging system designed to simplify developers' log managem [...]
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
148 out of 179 API elements (82.7 %) have documentation comments.
Some symbols that are missing documentation: logger_easier
, logger_easier.BasePrinter.getLevelBgColor
, logger_easier.BasePrinter.getLevelFgColor
, logger_easier.CompositeFilter.filters
, logger_easier.ConsolePrinter.getLevelBgColor
.
10/10 points: Package has an example and has no issues with screenshots
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:logger_easier/logger_easier.dart
that imports:package:logger_easier/src/printers/json_printer.dart
that imports:package:logger_easier/src/utils/log_utils.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:logger_easier/logger_easier.dart
that imports:package:logger_easier/src/printers/json_printer.dart
that imports:package:logger_easier/src/utils/log_utils.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full 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 7 issues. Showing the first 2:
WARNING: This default clause is covered by the previous cases.
lib/src/utils/log_utils.dart:82:7
╷
82 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/utils/log_utils.dart
INFO: An uninitialized field should have an explicit type annotation.
lib/src/performance/performance_monitor.dart:12:9
╷
12 │ final _infoLogger;
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/performance/performance_monitor.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive |
^4.0.2 |
4.0.2 | 4.0.2 |
intl |
^0.20.1 |
0.20.1 | 0.20.1 |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
stack_trace |
^1.11.1 |
1.12.1 | 1.12.1 |
vm_service |
^14.2.5 |
14.3.1 | 15.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.1 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
ffi |
- | 2.1.3 | 2.1.3 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
meta |
- | 1.16.0 | 1.16.0 |
posix |
- | 6.0.1 | 6.0.1 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.1 | 1.4.1 |
term_glyph |
- | 1.2.2 | 1.2.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^14.2.5` on vm_service does not support the stable version `15.0.0`, that was published 19 days ago.
When vm_service is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions vm_service
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.17
, Dart 3.6.0
.
Check the analysis log for details.