circular_countdown 0.1.0 copy "circular_countdown: ^0.1.0" to clipboard
circular_countdown: ^0.1.0 copied to clipboard

outdated

A package that represents a circular countdown that you can use for every kind of units (days, hours, seconds, points, ...) that could be decremented.

0.1.0 15/08/2019 #

Added possibility to display a textSpan in the center of the widget.

This textSpan will displays only if there is enough space.

CircularCountdown(
    diameter: 250,
    countdownTotal: 10,
    countdownRemaining: 7,
    strokeWidth: 45,
    textSpan: TextSpan(
        text: '7',
        style: TextStyle(
            color: Colors.white,
            fontSize: 90,
        ),
    ),
)

0.0.2 02/08/2019 #

Updated doc

0.0.1 02/08/2019 #

Initial release

72
likes
40
points
1.18k
downloads

Publisher

unverified uploader

Weekly Downloads

A package that represents a circular countdown that you can use for every kind of units (days, hours, seconds, points, ...) that could be decremented.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on circular_countdown