thumper 0.1.7
thumper: ^0.1.7 copied to clipboard
Widget for controlling an Iterable. Shows reset, forward step, play, pause and speed controls.
thumper #
A flutter widget for controlling 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 flutter then:
git clone git@github.com:monopole/thumper.git
cd thumper/example
flutter -d web run
For another thumper demo see the gol_grid widget.