simple_wave 0.0.1 copy "simple_wave: ^0.0.1" to clipboard
simple_wave: ^0.0.1 copied to clipboard

outdated

A new flutter plugin project.

simple_wave #

A Flutter plugin for wave animation.

Usage #

To use this plugin, add simple_wave as a dependency in your pubspec.yaml file.

Example #

Import the library.

import 'package:simple_wave/simple_wave.dart';

Then invoke the SimpleWaveWidget method to create simple wave.

SimpleWaveWidget()

The SimpleWaveWidget method also takes optional waveWidth, waveHeight, waveColor, amplitude, waveMilliseconds arguments.

SimpleWaveWidget(
    waveWidth: 300, // this changes width of wave
    waveHeight: 150, // this changes height of wave
    waveColor: Colors.blue, // this changes color of wave
    amplitude: 50, // this changes height of wave
    waveMilliseconds: 5000, //this changes speed of wave
)
3
likes
0
pub points
45%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on simple_wave