thumper 0.1.9
thumper: ^0.1.9 copied to clipboard
Widget for controlling an Iterable. Shows reset, forward step, play, pause and speed controls.
Thumper #
A Thumper is a flutter widget that controls an Iterable.
Buttons allow reset, forward step, and play/pause. A slider controls iteration speed.
Example #
The example iterates through a list of fruits.
| initial | playing |
|---|---|
| [screen shot 1] | [screen shot 2] |
To run it, install beta channel flutter then:
git clone git@github.com:monopole/thumper.git
cd thumper/example
flutter -d chrome run
For a more complex Thumper demo see the GolGrid widget.