blur_detector 0.0.1 copy "blur_detector: ^0.0.1" to clipboard
blur_detector: ^0.0.1 copied to clipboard

A Flutter package that provides utilities for detecting blur in images. Ideal for applications that require image quality analysis.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blur_detector

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

dependencies:
  blur_detector: ^0.0.1

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_detector/blur_detector.dart';
0
likes
120
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides utilities for detecting blur in images. Ideal for applications that require image quality analysis.

Documentation

API reference

License

unknown (license)

Dependencies

flutter, google_mlkit_text_recognition, image_picker, tflite

More

Packages that depend on blur_detector