reusable_ml_detector 1.0.0
reusable_ml_detector: ^1.0.0 copied to clipboard
A reusable ML image detection widget for Flutter using Google ML Kit. Create multi-domain detectors (pets, plants, food, recycling) with simple configuration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add reusable_ml_detectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
reusable_ml_detector: ^1.0.0Alternatively, 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:reusable_ml_detector/reusable_ml_detector.dart';