quick_log 4.0.3 copy "quick_log: ^4.0.3" to clipboard
quick_log: ^4.0.3 copied to clipboard

An easy to use and extendable logging package for Dart. Especially useful for use in libraries, as it allows applications to control logging from the imported libraries.

19
likes
120/ 140
pub points
85%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

17 out of 46 API elements (37.0 %) have documentation comments.

Some symbols that are missing documentation: log.LogLevel.operator >=, log.LogLevel.debug, log.LogLevel.error, log.LogLevel.fine, log.LogLevel.info.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

WARNING: The operand can't be null, so the condition is always 'false'.

lib/src/log_writer.dart:109:25

    ╷
109 │     if (_messages.value == null) {
    │                         ^^^^^^^
    ╵

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/src/log_writer.dart:113:27

    ╷
113 │     return _messages.value!;
    │                           ^
    ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
path ^1.8.0 1.9.0 1.9.0
rxdart >=0.26.0 <2.0.0 0.27.7 0.27.7

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

19
likes
120
pub points
85%
popularity

Publisher

verified publishermuha.dev

An easy to use and extendable logging package for Dart. Especially useful for use in libraries, as it allows applications to control logging from the imported libraries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

path, rxdart

More

Packages that depend on quick_log