rewind 0.3.5
rewind: ^0.3.5 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.
We analyzed this package 22 days ago, and awarded it 130 pub points (of a possible 160):
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting rewind... Discovering libraries... Linking elements... Precaching local docs for 153297 elements... Initialized dartdoc with 159 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_TAJLHD/lib/rewind.dart:1:1) warning: unresolved doc reference [LogPrinter] from output.LogOutput: (file:///tmp/pana_TAJLHD/lib/src/output/output.dart:8:16)
dartdoc 9.0.0 (/tmp/analyzerDXVCEU/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.4.snapshot) failed: Stack Overflow #0 Object.hash (dart:core/object.dart:183:3) #1 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart:963:36) #2 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart) #3 new ModelElement.for_ (package:dartdoc/src/model/model_element.dart:227:70) [70 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.dartthat imports:package:rewind/src/output/file_output.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
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
INFO: Missing type annotation.
lib/src/log.dart:52:17
╷
52 │ static void d(obj,
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/log.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
anyhow |
^3.0.0 |
3.0.1 | 3.0.1 | |
stack_trace |
^1.11.1 |
1.12.1 | 1.12.1 | |
uuid |
^4.3.3 |
4.5.2 | 4.5.2 |
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.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
rust |
- | 3.1.0 | 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.
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.23.3, Dart 3.10.4.
Check the analysis log for details.