region_of_interest 0.0.1 copy "region_of_interest: ^0.0.1" to clipboard
region_of_interest: ^0.0.1 copied to clipboard

The region_of_interest Flutter package empowers developers to effortlessly define regions of interest on a live camera view, enabling automatic calculation of precise bounding box coordinates. Designe [...]

130/ 160
pub points
10
downloads

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

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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: BSD-3-Clause.

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

43 out of 46 API elements (93.5 %) have documentation comments.

Some symbols that are missing documentation: region_of_interest.ImageController.ImageController.new, region_of_interest.ImageProcessingManager.ImageProcessingManager.new, region_of_interest.TransformationController.TransformationController.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:region_of_interest/region_of_interest.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Linux`.

Because:

  • package:region_of_interest/region_of_interest.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `macOS`.

Because:

  • package:region_of_interest/region_of_interest.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package not compatible with platform Web

Because:

  • package:region_of_interest/region_of_interest.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

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

lib/src/controllers/image_controller.dart:5:1

  ╷
5 │ part of region_of_interest;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

lib/src/controllers/imageprocessing_manager.dart:5:1

  ╷
5 │ part of region_of_interest;
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest Notes
camera ^0.10.5+7 0.10.6 0.12.0
image ^4.1.4 4.8.0 4.8.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.9 4.0.9
camera_android - 0.10.10+15 0.10.10+15
camera_avfoundation - 0.9.23+2 0.10.0+3
camera_platform_interface - 2.12.0 2.12.0
camera_web - 0.3.5+3 0.3.5+3
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
cross_file - 0.3.5+2 0.3.5+2
ffi - 2.2.0 2.2.0
flutter_plugin_android_lifecycle - 2.0.33 2.0.33
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
path - 1.9.1 1.9.1
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
posix - 6.5.0 6.5.0
stream_transform - 2.1.1 2.1.1
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

The constraint `^0.10.5+7` on camera does not support the stable version `0.11.0`.

Try running dart pub upgrade --major-versions camera 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.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

The region_of_interest Flutter package empowers developers to effortlessly define regions of interest on a live camera view, enabling automatic calculation of precise bounding box coordinates. Designed for simplicity and versatility, this package streamlines the process of capturing image datasets with portable mobile devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

camera, flutter, image

More

Packages that depend on region_of_interest