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.

5
likes
95/ 140
pub points
60%
popularity

We analyzed this package 6 days ago, and awarded it 95 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

Documentation URL is insecure.

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

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.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
10 / 20trigger folding of the section

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

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

Some symbols that are missing documentation: quiver.log, quiver.log.Appender.formatter, quiver.log.InMemoryListAppender.messages, quiver.log.web.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

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
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
intl ^0.17.0 0.17.0 0.19.0
logging ^1.0.0 1.2.0 1.2.0
Transitive dependencies
Package Constraint Compatible Latest
clock - 1.1.1 1.1.1
path - 1.9.0 1.9.0

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.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

5
likes
95
pub points
60%
popularity

Publisher

unverified uploader

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

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

intl, logging

More

Packages that depend on quiver_log