widget_spinner 0.0.3 copy "widget_spinner: ^0.0.3" to clipboard
widget_spinner: ^0.0.3 copied to clipboard

Widget spinner package can be used to rotate desired widget on tap - inspired by fidget spinner! Number of spins and duration of the animation can be modified.

widget_spinner #

Widget Spinner animation!

Inspired by fidget spinners.

Usage / Example #

WidgetSpinner(
    // How many turns will the animation go for
    turns: 10,
    // How long will the animation last
    duration: 10,
    // Widget that spins
    child: Container(
        width: 200,
        height: 200,
        color: Colors.red,
    ),
)

Widget Spinner

7
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Widget spinner package can be used to rotate desired widget on tap - inspired by fidget spinner! Number of spins and duration of the animation can be modified.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on widget_spinner