wave 0.0.5 copy "wave: ^0.0.5" to clipboard
wave: ^0.0.5 copied to clipboard

outdated

Widget for displaying a wave, with custom duration, size, color, alpha and so on.

Wave #

pub package

Widget for displaying a wave, with custom duration, size, color, alpha and so on.

Getting Started #

    WaveWidget(
        colorMode: ColorMode.custom,
        colors: [
            Colors.white70,
            Colors.white54,
            Colors.white30,
            Colors.white24,
        ],
        durations: [
            32000,
            21000,
            18000,
            5000,
        ],
        waveAmplitude: 0,
        heightPercentages: [0.25, 0.26, 0.28, 0.31],
        backgroundColor: Colors.blue,
        size: Size(double.infinity, double.infinity),
    ),

demo

demo

625
likes
0
pub points
96%
popularity

Publisher

verified publisherglorylab.xyz

Widget for displaying a wave, with custom duration, size, color, alpha and so on.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on wave