shaburger 0.2.0
shaburger: ^0.2.0 copied to clipboard
A little naive logger ! I wanted something simple with colours and possibility to write log to disk and all the existing log lib gave me a headache so ... Shaburger !
We analyzed this package 13 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/shalien/shaburger
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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
23 out of 23 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:shaburger/shaburger.dart
that imports:package:shaburger/src/shaburger.dart
that imports:package:chalkdart/chalk.dart
that imports:package:chalkdart/src/chalk_x11.g.dart
that imports:package:chalkdart/src/chalk.dart
that imports:package:chalkdart/src/ansiutils.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:shaburger/shaburger.dart
that imports:package:shaburger/src/shaburger.dart
that imports:package:chalkdart/chalk.dart
that imports:package:chalkdart/src/chalk_x11.g.dart
that imports:package:chalkdart/src/chalk.dart
that imports:package:chalkdart/src/ansiutils.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: Missing type annotation.
lib/shaburger.dart:18:1
╷
18 │ error(String message) => _getBurger((burger) => burger.error(
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/shaburger.dart
INFO: Missing type annotation.
lib/shaburger.dart:22:1
╷
22 │ info(String message) => _getBurger((burger) => burger.info(
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/shaburger.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
chalkdart |
^2.0.8 |
2.4.0 | 3.0.5 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.8` on chalkdart does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions chalkdart
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.23
, Dart 3.9.3
.
Check the analysis log for details.