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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add region_of_interest

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  region_of_interest: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:region_of_interest/region_of_interest.dart';
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