Skip to content

frasza/widget_spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flutter Widget Spinner Package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages