fuzzy_backgrounds 0.0.2 copy "fuzzy_backgrounds: ^0.0.2" to clipboard
fuzzy_backgrounds: ^0.0.2 copied to clipboard

Fuzzy backgrounds for Flutter apps.

Fuzzy Backgrounds #

Fuzzy backgrounds allows you to use fuzzy, dynamic (fluid) backgrounds in your Flutter applications.

pub package GitHub issues GitHub stars GitHub license


Features #

You can choose from several types of backgrounds.

drawing drawing drawing drawing drawing drawing drawing

Installing #

To get started, install fuzzy_backgrounds:

flutter pub add fuzzy_backgrounds

Usage #

You can use different types of backgrounds in your code by including the widgets and wrapping your content as their child property:

FuzzyCirclesBackground(
    child: const Text(
      'Circles Background',
      style: TextStyle(
        color: Colors.white,
        fontSize: 22,
        fontWeight: FontWeight.w600,
      ),
    ),
),

Customization #

Different backgrounds offer various customization options including animation speed, colors, particle numbers and more.

For more information refer to the documentation.

1
likes
130
points
70
downloads

Publisher

verified publisherraylabz.com

Weekly Downloads

Fuzzy backgrounds for Flutter apps.

Homepage
Repository (GitHub)
View/report issues

Topics

#background #gradient #animation #dynamic

Documentation

Documentation
API reference

Funding

Consider supporting this project:

buymeacoffee.com

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on fuzzy_backgrounds