blur_check 0.1.0 copy "blur_check: ^0.1.0" to clipboard
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_check

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

dependencies:
  blur_check: ^0.1.0

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:blur_check/blur_check.dart';
0
likes
160
points
73
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#blur #image #camera #sharpness #image-quality

License

MIT (license)

Dependencies

flutter, image

More

Packages that depend on blur_check