cupertino_timer 1.0.2 copy "cupertino_timer: ^1.0.2" to clipboard
cupertino_timer: ^1.0.2 copied to clipboard

An iOS style countdown timer. Inspired by the native timer app on iOS.

cupertino_timer #

An iOS style timer widget.

Usage #

Basic #

CupertinoTimer(duration: new Duration(minutes: 1))

Basic

Advanced #

CupertinoTimer(
    duration: Duration(minutes: 1),
    startOnInit: true,
    timeStyle: TextStyle(
        fontFamily: 'Avenir Next',
        fontWeight: FontWeight.bold),
    ringColor: Colors.blue,
    ringStroke: 10)

Advanced

11
likes
150
points
676
downloads

Documentation

API reference

Publisher

verified publisherverygoodtech.co

Weekly Downloads

An iOS style countdown timer. Inspired by the native timer app on iOS.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on cupertino_timer