time_span 2.0.2
time_span: ^2.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:MM.
2.0.2 - 2021-05-27 #
- update dependencies to newest version
2.0.1 - 2021-05-27 #
- format code with dartfmt
2.0.0 - 2021-05-27 #
- opt in to null safety. Requires Dart SDK >= 2.12.0
1.0.3 - 2020-01-25 #
- fix typo in pubspec.yaml description
- update README.md
1.0.2 - 2020-01-23 #
- fix pubspec.yaml
1.0.1 - 2020-01-23 #
- fix 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.