quanht_countdown_timer 0.0.1
quanht_countdown_timer: ^0.0.1 copied to clipboard
This timer will coutinue countdown when app inactive
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add quanht_countdown_timerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
quanht_countdown_timer: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:quanht_countdown_timer/app_countdown_button.dart';
import 'package:quanht_countdown_timer/app_timer/count_down_timer_controller.dart';
import 'package:quanht_countdown_timer/app_timer/timer_handle.dart';
import 'package:quanht_countdown_timer/utils/base_state.dart';
import 'package:quanht_countdown_timer/utils/my_logger.dart';