var_dump 0.4.3 copy "var_dump: ^0.4.3" to clipboard
var_dump: ^0.4.3 copied to clipboard

Dumps details in tree from variable. Optionally exits. Can use dump() or var_dump(), or dd() for "dump and die"

2
likes
150/ 160
pub points
8%
popularity

We analyzed this package 4 days ago, and awarded it 150 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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

71 out of 83 API elements (85.5 %) have documentation comments.

Some symbols that are missing documentation: pubspec, pubspec.dependencies, pubspec.description, pubspec.devDependencies, pubspec.environment.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:var_dump/var_dump.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:var_dump/var_dump.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:var_dump/var_dump.dart that declares support for platforms: Windows, Linux, macOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:var_dump/var_dump.dart that imports:
  • package:var_dump/src/var_dump.dart that imports:
  • dart:mirrors

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.

partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The part-of directive uses a library name.

lib/src/colors.dart:1:1

  ╷
1 │ ┌ /// Colors for the output of var_dump
2 │ └ part of var_dump;
  ╵

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

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
all_exit_codes ^2.1.0 2.1.0 2.1.1

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.

2
likes
150
pub points
8%
popularity

Publisher

verified publisherhelio.me

Dumps details in tree from variable. Optionally exits. Can use dump() or var_dump(), or dd() for "dump and die"

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

all_exit_codes

More

Packages that depend on var_dump