native_opencv_kit 1.0.1
native_opencv_kit: ^1.0.1 copied to clipboard
A Flutter FFI plugin that wraps OpenCV for Android and iOS. Provides real-time blur detection and ID-card cropping using native C++ via dart:ffi.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add native_opencv_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
native_opencv_kit: ^1.0.1Alternatively, 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:native_opencv_kit/camera_capture_screen.dart';
import 'package:native_opencv_kit/native_opencv.dart';
import 'package:native_opencv_kit/native_opencv_method_channel.dart';
import 'package:native_opencv_kit/native_opencv_platform_interface.dart';