time_span 1.0.2
time_span: ^1.0.2 copied to clipboard
a dart library that calculates the time span in hours or minutes for two given time strings of format HH:SS.
1.0.2 - 2020-01-23 #
- fixes to pubspec.yaml
1.0.1 - 2020-01-23 #
- fixes to pubspec.yaml
1.0.0 - 2020-01-23 #
- add TimeSpan.inHours which returns a double value representing the amount of hours and minutes of a time span.
- Add TimeSpan.inMinutes which returns an integer value representing the amount of minutes of a time span.