GitPedia

Wave

A Flutter package for displaying waves.

From glorylab·Updated June 19, 2026·View on GitHub·

**wave** is A Flutter package for displaying waves. The project is written primarily in Dart, distributed under the MIT License license, first published in 2018. It has gained significant community traction with 1,127 stars and 96 forks on GitHub. Key topics include: animation, dart, dartlang, flutter, wave.

Latest release: 0.2.0Null safety version
March 31, 2021View Changelog →

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

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

Getting Started

Dart
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, ),

Contributors

Showing top 8 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from glorylab/wave via the GitHub API.Last fetched: 6/22/2026