lava_lamp_effect library

LavaLampEffect package provides a customizable lava lamp effect.

This package allows you to add a visually appealing lava lamp animation to your Flutter applications with customizable colors, sizes, and animation speeds.

To use this package, simply add the LavaLampEffect widget to your widget tree:

LavaLampEffect(
  size: Size(300, 500),
  color: Colors.purple,
  lavaCount: 4,
  speed: 1,
  repeatDuration: Duration(seconds: 10),
)

Classes

LavaLampEffect
LavaLampEffect is a widget that displays a customizable lava lamp effect animation.