just_image_cli 1.0.2 copy "just_image_cli: ^1.0.2" to clipboard
just_image_cli: ^1.0.2 copied to clipboard

discontinued

Command-line tool for just_image. Process, resize, convert, and inspect images from the terminal.

90/ 160
pub points
7
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/just-image/just_image was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/just-image/just_image was unreachable. Make sure that the website is reachable via HEAD requests.

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

46 out of 48 API elements (95.8 %) have documentation comments.

Some symbols that are missing documentation: just_image_cli.InfoCommand.InfoCommand.new, just_image_cli.ProcessCommand.ProcessCommand.new.

Passed check 10/10 points: Package has 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 15 issues. Showing the first 2:

ERROR: The method 'JustImageEngine' isn't defined for the type '_EncodeSubcommand'.

lib/src/commands/blurhash_command.dart:48:20

   ╷
48 │     final engine = JustImageEngine();
   │                    ^^^^^^^^^^^^^^^
   ╵

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

ERROR: The method 'JustImageEngine' isn't defined for the type '_DecodeSubcommand'.

lib/src/commands/blurhash_command.dart:93:20

   ╷
93 │     final engine = JustImageEngine();
   │                    ^^^^^^^^^^^^^^^
   ╵

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
args ^2.6.0 2.7.0 2.7.0
just_image ^1.0.2 1.0.8 2.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
code_assets - 1.2.1 2.0.0
collection - 1.19.1 1.19.1
cross_file - 0.3.5+5 0.3.5+5
crypto - 3.0.7 3.0.7
ffi - 2.2.0 2.2.0
hooks - 2.2.0 2.2.0
logging - 1.3.0 1.3.0
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
pub_semver - 2.2.0 2.2.0
record_use - 1.1.1 1.1.1
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

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

The constraint `^1.0.2` on just_image does not support the stable version `2.0.0`, that was published 20 days ago.

When just_image is 30 days old, this package will no longer be awarded points in this category.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
90
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Command-line tool for just_image. Process, resize, convert, and inspect images from the terminal.

Repository (GitHub)

Topics

#image #image-processing #cli #tools

License

MIT (license)

Dependencies

args, just_image

More

Packages that depend on just_image_cli