Skip to content

Repository files navigation

WAVE

Flutter package: tm - WAVE


Awesome: FlutterPubGitHub

A Flutter package for displaying waves.

Demo

PlatformBranchURL
Webmasterwave.glorylab.xyz
Webdevelopdev.wave.glorylab.xyz

Getting Started

staticconst _backgroundColor =Color(0xFFF15BB5);
staticconst _colors = [
Color(0xFFFEE440),
Color(0xFF00BBF9),
];
staticconst _durations = [
5000,
4000,
];
staticconst _heightPercentages = [
0.65,
0.66,
];
WaveWidget(
config:CustomConfig(
colors: _colors,
durations: _durations,
heightPercentages: _heightPercentages,
),
backgroundColor: _backgroundColor,
size:Size(double.infinity, double.infinity),
waveAmplitude:0,
),

About

A Flutter package for displaying waves.

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages