edge_detector 1.0.1 copy "edge_detector: ^1.0.1" to clipboard
edge_detector: ^1.0.1 copied to clipboard

discontinued
outdated

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_detector

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

dependencies:
  edge_detector: ^1.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:edge_detector/edge_detector.dart';
1
likes
0
points
21
downloads

Publisher

verified publishereterkit.com

Weekly Downloads

Edge detector plugin based on google ml kit object detection. Allows basic edge detection for given image.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on edge_detector

Packages that implement edge_detector