image_magick_q16 1.0.0 copy "image_magick_q16: ^1.0.0" to clipboard
image_magick_q16: ^1.0.0 copied to clipboard

Dart bindings for ImageMagick C library which is used to edit images.

2
likes
120/ 140
pub points
19%
popularity

We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 140):

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: MIT.

OK
Provide documentation
20 / 20trigger folding of the section

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

728 out of 851 API elements (85.5 %) have documentation comments.

Some symbols that are missing documentation: image_magick_ffi, image_magick_ffi.AffineMatrix.rx, image_magick_ffi.AffineMatrix.ry, image_magick_ffi.AffineMatrix.sx, image_magick_ffi.AffineMatrix.sy.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ Windows
  • ✓ Linux

These platforms are not supported:

Package does not support platform `iOS`.

Because:

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

Because:

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

Because:

  • package:image_magick_q16/image_magick_q16.dart that declares support for platforms: Android, Windows, Linux.
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 914 issues. Showing the first 2:

WARNING: The value of the field '_locale_pctype' isn't used.

lib/src/magick_wand_bindings_generated.dart:41545:43

      ╷
41545 │   external ffi.Pointer<ffi.UnsignedShort> _locale_pctype;
      │                                           ^^^^^^^^^^^^^^
      ╵

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

WARNING: The value of the field '_locale_mb_cur_max' isn't used.

lib/src/magick_wand_bindings_generated.dart:41548:16

      ╷
41548 │   external int _locale_mb_cur_max;
      │                ^^^^^^^^^^^^^^^^^^
      ╵

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

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

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

Package Constraint Compatible Latest
ffi ^2.0.1 2.1.2 2.1.2
plugin_platform_interface ^2.0.2 2.1.8 2.1.8
Transitive dependencies
Package Constraint Compatible Latest
meta - 1.14.0 1.14.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

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

2
likes
120
pub points
19%
popularity

Publisher

unverified uploader

Dart bindings for ImageMagick C library which is used to edit images.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

ffi, plugin_platform_interface

More

Packages that depend on image_magick_q16