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

discontinued

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

70/ 160
pub points
7
downloads

We analyzed this package 2 days ago, and awarded it 70 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

Failed report section
Support up-to-date dependencies
20 / 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.0 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.0` 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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 5 errors:

  • UNDEFINED_METHOD - lib/src/commands/blurhash_command.dart:51:33 - The method 'blurHashEncode' isn't defined for the type 'JustImageEngine'.
  • UNDEFINED_METHOD - lib/src/commands/blurhash_command.dart:95:35 - The method 'blurHashDecode' isn't defined for the type 'JustImageEngine'.
  • UNDEFINED_GETTER - lib/src/commands/filters_command.dart:18:30 - The getter 'availableFilters' isn't defined for the type 'JustImageEngine'.

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.18, Dart 3.13.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
70
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