quiver_log 2.0.1 copy "quiver_log: ^2.0.1" to clipboard
quiver_log: ^2.0.1 copied to clipboard

Platformweb

A logging utility for Dart, part of the Quiver utilities. Provides an easy to use Appender/Formatter model for Dart logging.

115/ 160
pub points
46
downloads

We analyzed this package 16 days ago, and awarded it 115 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Documentation URL is insecure.

Update the documentation field and use a secure (https) URL.

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:5:4

  ╷
5 │ <p><a href="http://www.dartdocs.org/documentation/quiver_log/latest">API Docs</a> are
  │    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

Use https URLs instead.

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

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

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

19 out of 27 API elements (70.4 %) have documentation comments.

Some symbols that are missing documentation: quiver.log, quiver.log.Appender.Appender.new, quiver.log.Appender.formatter, quiver.log.BasicLogFormatter.BasicLogFormatter.new, quiver.log.Formatter.Formatter.new.

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 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Web

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:quiver_log/web.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:quiver_log/web.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:quiver_log/web.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:quiver_log/web.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:quiver_log/web.dart that imports:
  • dart:html

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:quiver_log/web.dart that imports:
  • dart:html

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.

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 3 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/log.dart:16:1

   ╷
16 │ part of quiver.log;
   │ ^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/log.dart

INFO: The part-of directive uses a library name.

lib/src/web.dart:1:1

  ╷
1 │ part of quiver.log.web;
  │ ^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/web.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
intl ^0.17.0 0.17.0 0.20.2
logging ^1.0.0 1.3.0 1.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
clock - 1.1.2 1.1.2
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.17.0` on intl does not support the stable version `0.18.0`.

Try running dart pub upgrade --major-versions intl 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.23.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
5
likes
115
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A logging utility for Dart, part of the Quiver utilities. Provides an easy to use Appender/Formatter model for Dart logging.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

intl, logging

More

Packages that depend on quiver_log