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

A Flutter library for creating live animated backgrounds with effects of moving glares, light spots, and dynamic geometric patterns, adding depth and style to your application. Perfect for splash scre [...]

LiveBackgroundView #

A Flutter library for creating live animated backgrounds with effects of moving glares, light spots, and dynamic geometric patterns, adding depth and style to your application. Perfect for splash screens, widget decoration, or interface personalization.

Features #

Currently, 4 modes are available:

  • Glares
  • Moving Glares
  • Circles
  • Squares.

Each mode can have a blur effect applied, and shadows can be added to Circles and Squares.

Glares MovingGlares Circles Squares

Usage #

Add package to dependencies

dependencies:
    animated_background_view: ^0.0.1

Add AnimatedBackground View in your widget tree

const AnimatedBackground(
  fps: 60,
  type: BackgroundType.movingGlares,
  blur: true,
)

Additional information #

All rendering is implemented on Canvas for optimal performance. Painter initialization occurs in initState to avoid unnecessary recompositions. The rendering FPS can be adjusted as needed (implemented using Timer.periodic()).

Feel free to suggest your feature requests in the Issues

8
likes
135
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for creating live animated backgrounds with effects of moving glares, light spots, and dynamic geometric patterns, adding depth and style to your application. Perfect for splash screens, widget decoration, or interface personalization.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on animated_background_view