quanht_countdown_timer 0.0.1 copy "quanht_countdown_timer: ^0.0.1" to clipboard
quanht_countdown_timer: ^0.0.1 copied to clipboard

discontinued
PlatformAndroidiOS

This timer will coutinue countdown when app inactive

I need help to update this package because I'm not playing with dart anymore #

Countdown - yet another countdown !! #

Countdown is countdown with pause/resume controls.

Simple use #

Use with controls #

import 'package:countdown_timer/countdown_timer.dart';
  AppCountdown(
    autoStart: true,
    onResend: () {
      return Future.delayed(Duration.zero);
    },
    colorTimerStart: Colors.black,
    colorTimerEnd: Colors.white,
    controller: cdPhoneController,
    textResend: Text('resend'),
  )
2
likes
110
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

This timer will coutinue countdown when app inactive

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on quanht_countdown_timer

Packages that implement quanht_countdown_timer