count_down_time 0.0.8 copy "count_down_time: ^0.0.8" to clipboard
count_down_time: ^0.0.8 copied to clipboard

A count-down timer package with options to reset and set current time.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add count_down_time

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  count_down_time: ^0.0.8

Alternatively, 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:count_down_time/count_down_time.dart';
5
likes
160
pub points
77%
popularity

Publisher

unverified uploader

A count-down timer package with options to reset and set current time.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on count_down_time