region_of_interest 0.0.1
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_interestThis 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.1Alternatively, 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';