A simple API to find the hours and minutes between two times.
To use this plugin, add time_duration as a dependency in your pubspec.yaml file.
pub.dartlang.org: (you can use 'any' instead of a version if you just want the latest always)
dependencies:
time_duration: 1.0.0import 'package:time_duration/time_duration.dart';See the examples in the example directory to learn how to use some of the features!
pub run test
# Using flutter_test SDK, please use this command: flutter test testSee CHANGELOG.md