SkillAgentSearch skills...

Wave

A Flutter package for displaying waves.

Install / Use

/learn @glorylab/Wave
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WAVE

<img src='https://github.com/glorylab/wave/blob/master/assets/wave_banner.png?raw=true' width="1000" height="auto" alt="Flutter package: tm - WAVE" />

Awesome: Flutter Pub GitHub

A Flutter package for displaying waves.

Demo

| Platform | Branch | URL | | -: | -: | -: | | Web | master | wave.glorylab.xyz | | Web | develop | dev.wave.glorylab.xyz |

Getting Started


static const _backgroundColor = Color(0xFFF15BB5);

static const _colors = [
    Color(0xFFFEE440),
    Color(0xFF00BBF9),
];

static const _durations = [
    5000,
    4000,
];

static const _heightPercentages = [
    0.65,
    0.66,
];

WaveWidget(
    config: CustomConfig(
        colors: _colors,
        durations: _durations,
        heightPercentages: _heightPercentages,
    ),
    backgroundColor: _backgroundColor,
    size: Size(double.infinity, double.infinity),
    waveAmplitude: 0,
),
View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated1d ago
Forks96

Languages

Dart

Security Score

100/100

Audited on Apr 8, 2026

No findings