disk_analyzer_cli 1.1.1 copy "disk_analyzer_cli: ^1.1.1" to clipboard
disk_analyzer_cli: ^1.1.1 copied to clipboard

CLI tool to analyze disk space, visualize usage, and clean up files.

60/ 160
pub points
175
downloads

We analyzed this package 3 days ago, and awarded it 60 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
10 / 20trigger folding of the section

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

172 out of 259 API elements (66.4 %) have documentation comments.

Some symbols that are missing documentation: disk_analyzer_cli.AnalyzerConfig.AnalyzerConfig.new, disk_analyzer_cli.BatchWriter.batchSize, disk_analyzer_cli.BatchWriter.scanId, disk_analyzer_cli.BatchWriter.totalWritten, disk_analyzer_cli.CleanCommand.CleanCommand.new.

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

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 3 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: '../display/treemap_view.dart'.

lib/src/display/tui_app.dart:9:8

  ╷
9 │ import '../display/treemap_view.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: The name 'TreemapViewState' isn't a type, so it can't be used as a type argument.

lib/src/display/tui_app.dart:91:33

   ╷
91 │   final _treemapKey = GlobalKey<TreemapViewState>();
   │                                 ^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
args ^2.7.0 2.7.0 2.7.0
ffi ^2.1.4 2.2.0 2.2.0
nocterm ^0.7.0 0.7.0 0.7.0
path ^1.9.1 1.9.1 1.9.1
sqlite3 ^3.3.1 3.3.3 3.3.3
Transitive dependencies
Package Constraint Compatible Latest Notes
ansi_escape_codes - 2.2.1 3.1.2
archive - 4.0.9 4.0.9
async - 2.13.1 2.13.1
boolean_selector - 2.1.2 2.1.2
characters - 1.4.1 1.4.1
code_assets - 1.2.1 1.2.1
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.7 3.0.7
equatable - 2.0.8 2.0.8
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
hooks - 2.0.2 2.0.2
hotreloader - 4.4.0 4.4.0
image - 4.9.1 4.9.1
logging - 1.3.0 1.3.0
markdown - 7.3.1 7.3.1
matcher - 0.12.20 0.12.20
meta - 1.18.3 1.18.3
native_toolchain_c - 0.19.1 0.19.1
petitparser - 7.0.2 7.0.2
posix - 6.5.0 6.5.0
pub_semver - 2.2.0 2.2.0
quiver - 3.2.2 3.2.2
record_use - 0.6.0 0.6.0
source_span - 1.10.2 1.10.2
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.12 0.7.12
typed_data - 1.4.0 1.4.0
vm_service - 15.2.0 15.2.0
watcher - 1.2.1 1.2.1
web - 1.1.1 1.1.1
xml - 7.0.1 7.0.1
yaml - 3.1.3 3.1.3
zmodem - 0.0.6 0.0.6

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

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 3 errors:

  • URI_DOES_NOT_EXIST - lib/src/display/tui_app.dart:9:8 - Target of URI doesn't exist: '../display/treemap_view.dart'.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/display/tui_app.dart:91:33 - The name 'TreemapViewState' isn't a type, so it can't be used as a type argument.
  • UNDEFINED_METHOD - lib/src/display/tui_app.dart:586:21 - The method 'TreemapView' isn't defined for the type '_DiskUsageAppState'.

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.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
60
points
175
downloads
screenshot

Documentation

API reference

Publisher

verified publisherroszkowski.dev

Weekly Downloads

CLI tool to analyze disk space, visualize usage, and clean up files.

Repository (GitHub)
View/report issues

Topics

#cli #disk-analyzer #disk-usage #nocterm

License

MIT (license)

Dependencies

args, ffi, nocterm, path, sqlite3

More

Packages that depend on disk_analyzer_cli