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.

time_duration #

Pub Package Build Status Coverage Status GitHub Issues GitHub Forks GitHub Stars GitHub License

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

Getting Started #

To use this plugin, add time_duration as a dependency in your pubspec.yaml file.

pubspec #

pub.dartlang.org: (you can use 'any' instead of a version if you just want the latest always)

dependencies:
  time_duration: 1.0.1-nullsafety.2
import 'package:time_duration/time_duration.dart';

Examples #

See the examples in the example directory to learn how to use some of the features!

Testing #

pub run test

# Using flutter_test SDK, please use this command: flutter test test

Release notes #

See CHANGELOG.md

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