Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Wave Generator Example

This example is an interactive generator for the wave package.

Use the controls to adjust:

  • config mode: SingleConfig, seeded RandomConfig, or CustomConfig
  • palette
  • layer count
  • wave height
  • amplitude
  • animation speed
  • loop behavior

The preview updates immediately, and the top bar shows live frame metrics for the current animation. Use Code to inspect and copy the complete generated Flutter widget from a dialog.

Demo

Platform URL
Web wave.glorylab.xyz

Run Locally

flutter pub get
flutter run -d chrome