log4dart_plus 0.0.8
log4dart_plus: ^0.0.8 copied to clipboard
Log4Dart Plus is a versatile and highly configurable logging framework for Dart / Flutter applications.
We analyzed this package 26 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/Limeslice-Software-Foundation/log4dart-plus was unreachable. Make sure that the website is reachable via HEAD requests.
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
117 out of 126 API elements (92.9 %) have documentation comments.
Some symbols that are missing documentation: log4dart_plus.ErrorHandler.ErrorHandler.new, log4dart_plus.Layout.Layout.new, log4dart_plus.LogConfigurator.LogConfigurator.new, log4dart_plus.LogManager.LogManager.new, log4dart_plus.LogManager.quietMode.
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:log4dart_plus/log4dart_plus.dartthat imports:package:log4dart_plus/src/log_configurator.dartthat imports:package:log4dart_plus/src/configuration/configuration_loader.dartthat imports:package:log4dart_plus/src/configuration/layout_factory.dartthat imports:package:log4dart_plus/src/layout/pattern_layout.dartthat imports:dart:io
50/50 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 | Notes |
|---|---|---|---|---|
commons_config |
^0.0.8 |
0.0.8 | 0.0.8 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
commons_lang |
- | 0.0.8 | 0.0.8 | |
deepcopy |
- | 1.1.2 | 1.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl 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.23.10, Dart 3.11.2.
Check the analysis log for details.