shaburger 0.2.0 copy "shaburger: ^0.2.0" to clipboard
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 !

120/ 160
pub points
22
downloads

We analyzed this package 13 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

23 out of 23 API elements (100.0 %) have documentation comments.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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

Failed check 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.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
1
likes
120
points
22
downloads

Publisher

verified publisherprojetretro.io

Weekly Downloads

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 !

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

chalkdart

More

Packages that depend on shaburger