rewind 0.3.2 copy "rewind: ^0.3.2" to clipboard
rewind: ^0.3.2 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.

3
likes
140/ 160
pub points
46%
popularity

We analyzed this package 12 hours ago, and awarded it 140 pub points (of a possible 160):

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting rewind... Discovering libraries... Linking elements... Precaching local docs for 165971 elements... Initialized dartdoc with 200 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_SHLHBF/lib/rewind.dart:1:9) warning: unresolved doc reference [LogPrinter] from output.LogOutput: (file:///tmp/pana_SHLHBF/lib/src/output/output.dart:8:16)

dartdoc 8.1.0 (/tmp/analyzerTLLLPD/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.5.4.snapshot) failed: Stack Overflow #0 RangeError.checkValidRange (dart:core/errors.dart:354:3) #1 List.sublist (dart:core-patch/growable_array.dart:84:38) #2 CommentReferable._childLookups.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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:rewind/rewind.dart that imports:
  • package:rewind/src/output/file_output.dart that imports:
  • dart:io

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:rewind/rewind.dart that imports:
  • package:rewind/src/output/file_output.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.

OK
Pass static analysis
50 / 50trigger folding of the section

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

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

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

Package Constraint Compatible Latest
anyhow ^1.3.1 1.3.2 1.3.2
stack_trace ^1.11.1 1.12.0 1.12.0
uuid ^4.3.3 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
rust - 1.3.7 1.3.7
sprintf - 7.0.0 7.0.0
typed_data - 1.4.0 1.4.0

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Dart 3.5.4.

Check the analysis log for details.

3
likes
140
pub points
46%
popularity

Publisher

verified publishervoyver.com

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

Documentation

API reference

License

MIT (license)

Dependencies

anyhow, stack_trace, uuid

More

Packages that depend on rewind