time_parser 1.2.1 copy "time_parser: ^1.2.1" to clipboard
time_parser: ^1.2.1 copied to clipboard

parses a time string and returns a time object in order to easily access hours and minutes.

1.2.1 - 2021-05-27 #

  • format code with dartfmt

1.2.0 - 2021-05-27 #

  • requires a dart sdk with null safety feature

1.1.1 - 2021-05-27 #

  • Initialize instance variable for null safety

1.1.0 - 2020-01-16 #

  • Add Time.toString
  • Update README.md with a description and update examples

1.0.0 - 2020-01-14 #

  • TimeParser parses a string of the format HH:MM an return a Time object containing the value for hours and minutes. Both with type int.
  • TimeParser validates input and throws an TimeParseException in case the time string is not a valid time.
1
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

parses a time string and returns a time object in order to easily access hours and minutes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on time_parser