blur_check 0.1.0
blur_check: ^0.1.0 copied to clipboard
Offline image blur and sharpness detection for Flutter using classical image processing. No ML Kit, no network — on-device quality checks for camera and document capture flows.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blur_checkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
blur_check: ^0.1.0Alternatively, 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:blur_check/blur_check.dart';