rewind 0.3.4 copy "rewind: ^0.3.4" to clipboard
rewind: ^0.3.4 copied to clipboard

A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level.

40/ 160
pub points
35
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

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

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

Detected license: MIT.

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

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

OUT: Documenting rewind... Discovering libraries... Linking elements... Precaching local docs for 153613 elements... Initialized dartdoc with 161 libraries Generating docs for library rewind.dart from package:rewind/rewind.dart... ERR: warning: rewind has no library level documentation comments from rewind: (file:///tmp/pana_WIQBKD/lib/rewind.dart:1:1) warning: unresolved doc reference [LogPrinter] from output.LogOutput: (file:///tmp/pana_WIQBKD/lib/src/output/output.dart:8:16)

dartdoc 9.0.4 (/home/worker/dartdoc/build/dartdoc) failed: Stack Overflow #0 Referable._childLookups.

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
0 / 20trigger folding of the section

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

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

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

Found 7 issues. Showing the first 2:

ERROR: The getter 'err' isn't defined for the type 'Err

lib/src/printers/printer.dart:31:46

   ╷
31 │       stringBody = _anyhowErrorToString(body.err, framesToKeep);
   │                                              ^^^
   ╵

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

INFO: Missing type annotation.

lib/src/log.dart:41:17

   ╷
41 │   static void t(obj,
   │                 ^^^
   ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
anyhow ^2.0.0 2.0.1 3.0.1
stack_trace ^1.11.1 1.12.1 1.12.1
uuid ^4.3.3 4.5.3 4.5.3
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
fixnum - 1.1.1 1.1.1
meta - 1.18.2 1.18.2
path - 1.9.1 1.9.1
rust - 2.0.2 3.1.0
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 `^2.0.0` on anyhow does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions anyhow to update the constraint.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_GETTER - lib/src/printers/printer.dart:31:46 - The getter 'err' isn't defined for the type 'Err

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.12, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
9
likes
40
points
35
downloads

Documentation

API reference

Publisher

verified publishervoyver.com

Weekly Downloads

A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

anyhow, stack_trace, uuid

More

Packages that depend on rewind