blur 3.1.0 copy "blur: ^3.1.0" to clipboard
blur: ^3.1.0 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: ^3.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/blur.dart';
273
likes
140
pub points
98%
popularity

Publisher

unverified uploader

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)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on blur