time_duration 0.0.1-beta.2 copy "time_duration: ^0.0.1-beta.2" to clipboard
time_duration: ^0.0.1-beta.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 Flutter:

 $ flutter pub add time_duration

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

dependencies:
  time_duration: ^0.0.1-beta.2

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_duration/time_duration.dart';
1
likes
0
pub points
16%
popularity

Publisher

verified publisherkokpheng.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on time_duration