datetime/simple_relative_day_utils library
Calendar-day relative classification (Today / Yesterday / Next Tuesday
/ Last Month) — pure-Dart, locale-free, with a null escape hatch for
dates outside a ~2-month window.
Classes
- RelativeDayResult
- Outcome of a relative-day classification: the type bucket plus an optional weekdayName for the SimpleRelativeDay.lastWeekday / SimpleRelativeDay.nextWeekday buckets.
Enums
- SimpleRelativeDay
-
Human-relative calendar-day buckets produced by
getSimpleRelativeDay.
Extensions
- DateTimeSimpleRelativeDayExtension on DateTime
-
Classifies a DateTime into a SimpleRelativeDay bucket relative to
now.