time_remaining 2.0.0+1 copy "time_remaining: ^2.0.0+1" to clipboard
time_remaining: ^2.0.0+1 copied to clipboard

time_remaining tells you in the form of a countdown the exact time remaining until the time you want is fulfilled.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add time_remaining

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

dependencies:
  time_remaining: ^2.0.0+1

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:time_remaining/time_remaining.dart';
8
likes
140
pub points
80%
popularity

Publisher

unverified uploader

time_remaining tells you in the form of a countdown the exact time remaining until the time you want is fulfilled.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on time_remaining