animated_dashed_circle 0.0.5 copy "animated_dashed_circle: ^0.0.5" to clipboard
animated_dashed_circle: ^0.0.5 copied to clipboard

Animated Dashed Circle. If you want to make instagram stories, you can use this package.

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 #

avseng.net

16
likes
120
pub points
65%
popularity

Publisher

verified publisherahmetveysel.com

Animated Dashed Circle. If you want to make instagram stories, you can use this package.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on animated_dashed_circle