time_duration 1.0.1-nullsafety.2 copy "time_duration: ^1.0.1-nullsafety.2" to clipboard
time_duration: ^1.0.1-nullsafety.2 copied to clipboard

outdated

A simple API to find the hours and minutes between two times.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add time_duration

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

dependencies:
  time_duration: ^1.0.1-nullsafety.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:time_duration/time_duration.dart';
1
likes
40
pub points
1%
popularity

Publisher

verified publisherkokpheng.dev

A simple API to find the hours and minutes between two times.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on time_duration