simple_date 1.1.1
simple_date: ^1.1.1 copied to clipboard
A simple date model for Dart with no notion of time. Useful for applications that rely on date-only events such as birthdays, anniversaries, and date ranges.
Changelog #
1.1.1 #
- feat: add
clampmethod
1.1.0 #
- feat: add
earliestandlatestmethods - feat: add
.toSimpleDateextension method onDate - chore: upgrade dependencies, require Dart 3
- test: replace
expectwithcheck(courtesy of the newcheckspackage)
1.0.0 #
- feat: initial release