animated_dashed_circle

Creator: coderz1093

Last updated:

Add to Cart

Description:

animated dashed circle

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.

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,
),
copied to clipboard
To stop the animation,
onPressed: () => AnimatedDashedCircle().stopCircle(),
copied to clipboard
To run the animation once,

onPressed: () => AnimatedDashedCircle().playCircle(),
copied to clipboard
To repeat the animation

onPressed: () => AnimatedDashedCircle().playCircle(type: AnimatedionDashedCircleType.repeat),
copied to clipboard
Additional information #
avseng.net

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.