edge_detector 1.0.3
edge_detector: ^1.0.3 copied to clipboard
Edge detector plugin based on google ml kit object detection. Allows basic edge detection for given image.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add edge_detectorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
edge_detector: ^1.0.3Alternatively, 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:edge_detector/edge_detector.dart';