dart_time 0.2.0
dart_time: ^0.2.0 copied to clipboard
A Very Good dart_time library to work with time, provide date, time, duration, and more.
0.2.0 #
- Add
ActivityScheduler
class for finding available time slots - Add
WorkCalendar
class for working days and holidays - Add
effectiveRange
method toClockTimeRange
class - Add
median
,mode
,averageGap
methods toIterable<DateTime>
extension - Add
merge
method toDartDateRange
class - Add
inDate
method toClockTime
class - chore: use
DateTime
andDuration
constants for better readability - chore: move errors to separate classes
0.1.0 #
- Initial release