blur_detection 1.0.0 copy "blur_detection: ^1.0.0" to clipboard
blur_detection: ^1.0.0 copied to clipboard

A Flutter package for detecting blur in images.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blur_detection

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

dependencies:
  blur_detection: ^1.0.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_detection/blur_detection.dart';
14
likes
140
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for detecting blur in images.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_image_compress, image

More

Packages that depend on blur_detection