Skip to content

ahmetveysels/animated_dashed_circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animated Dashed Circle

With this flutter package, you can add animated dashed circle to the picture you want. Story Widget :)

Features

You can use it wherever you want to use Instagram story.

Animated Dashed Circle Screenshot

Getting started

No permission is needed.

Usage

Please review the example folder

Define the widget,

    AnimatedDashedCircle().show(
        image: const AssetImage("assets/user.jpg"),
        autoPlay: true,
        duration: const Duration(seconds: 5),
        height: 250,
        borderWidth: 5,
    ),

To stop the animation,

    onPressed: () => AnimatedDashedCircle().stopCircle(),

To run the animation once, Animated Dashed Forward Gif

    onPressed: () => AnimatedDashedCircle().playCircle(),

To repeat the animation Animated Dashed Repeat Gif

    onPressed: () => AnimatedDashedCircle().playCircle(type: AnimatedionDashedCircleType.repeat),

Additional information

ahmetveysel.com

About

Animated Dashed Circle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published