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

discontinued
PlatformAndroidiOS

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.3

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
140
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.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on edge_detector

Packages that implement edge_detector