time_span 2.0.2 copy "time_span: ^2.0.2" to clipboard
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.
5
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

a dart library that calculates the time span in hours or minutes for two given time strings of format HH:MM.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

time_parser

More

Packages that depend on time_span