blur 4.0.2 copy "blur: ^4.0.2" to clipboard
blur: ^4.0.2 copied to clipboard

Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image. Frost is another wrapper which blurs the background.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blur

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

dependencies:
  blur: ^4.0.2

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/blur.dart';
329
likes
160
points
43.6k
downloads

Publisher

verified publisherjagritjkh.com

Weekly Downloads

Blur is a wrapper widget that blur it's child. There are ImageBlur.asset and ImageBlur.network that blur the image. Frost is another wrapper which blurs the background.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on blur