opencv 1.0.4 copy "opencv: ^1.0.4" to clipboard
opencv: ^1.0.4 copied to clipboard

Flutter plug-in providing (a few) basic bindings to OpenCV-4.x. OpenCV methods implemented without the Core packages. WIP.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add opencv

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

dependencies:
  opencv: ^1.0.4

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:opencv/opencv.dart';
144
likes
30
pub points
81%
popularity

Publisher

verified publishermulgundkar.com

Flutter plug-in providing (a few) basic bindings to OpenCV-4.x. OpenCV methods implemented without the Core packages. WIP.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on opencv