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

outdated

A new Flutter package project.

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
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on widget_spinner