logger_easier 0.0.3+1 copy "logger_easier: ^0.0.3+1" to clipboard
logger_easier: ^0.0.3+1 copied to clipboard

A modern logging management solution tailored specifically for Dart and Flutter applications. It provides a highly flexible and feature-rich logging system designed to simplify developers' log managem [...]

2
likes
115/ 160
pub points
11
downloads

We analyzed this package 32 hours 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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

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

`CHANGELOG.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.

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

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

257 out of 381 API elements (67.5 %) have documentation comments.

Some symbols that are missing documentation: logger_easier, logger_easier.AbstractLogFilter.AbstractLogFilter.new, logger_easier.AbstractLogMiddleware.AbstractLogMiddleware.new, logger_easier.AbstractOutputer.AbstractOutputer.new, logger_easier.AnsiColor.AnsiColor.new.

Passed check 10/10 points: Package has an example and has no issues with screenshots

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:logger_easier/logger_easier.dart that imports:
  • package:logger_easier/src/storage/log_storage.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:logger_easier/logger_easier.dart that imports:
  • package:logger_easier/src/storage/log_storage.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.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 3 issues. Showing the first 2:

WARNING: Unused import: 'package:crypto/crypto.dart'.

lib/src/security/log_encryptor.dart:4:8

  ╷
4 │ import 'package:crypto/crypto.dart' show Hmac, sha256;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

INFO: An uninitialized field should have an explicit type annotation.

lib/src/performance/performance_monitor.dart:12:9

   ╷
12 │   final _infoLogger;
   │         ^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/performance/performance_monitor.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
archive ^4.0.2 4.0.6 4.0.6
crypto ^3.0.3 3.0.6 3.0.6
encrypt ^5.0.3 5.0.3 5.0.3
intl ^0.20.1 0.20.2 0.20.2
path ^1.9.0 1.9.1 1.9.1
stack_trace ^1.11.1 1.12.1 1.12.1
synchronized ^3.3.0+3 3.3.1 3.3.1
vm_service ^14.2.5 14.3.1 15.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
asn1lib - 1.6.2 1.6.2
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
ffi - 2.1.4 2.1.4
js - 0.7.2 0.7.2 Discontinued
meta - 1.16.0 1.16.0
pointycastle - 3.9.1 4.0.0
posix - 6.0.2 6.0.2
typed_data - 1.4.0 1.4.0

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

The constraint `^14.2.5` on vm_service does not support the stable version `15.0.0`.

Try running dart pub upgrade --major-versions vm_service 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.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
2
likes
115
points
11
downloads
screenshot

Publisher

verified publisherflutter-online.top

Weekly Downloads

A modern logging management solution tailored specifically for Dart and Flutter applications. It provides a highly flexible and feature-rich logging system designed to simplify developers' log management while offering significant customization capabilities.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

archive, crypto, encrypt, intl, path, stack_trace, synchronized, vm_service

More

Packages that depend on logger_easier