date_only_field 0.0.14 date_only_field: ^0.0.14 copied to clipboard
A Date only flutter field (Pure dart). It helps with splitting the datetime object to date and time fields to be picked easily and saved to database separated for easy queries.
0.0.14 #
Update dependencies
0.0.13 #
Update example project and adding functions
Date.tomorrow();
Date.yesterday();
bool get isTomorrow;
bool get isToday;
bool get isYesterday;
bool get isFuture;
bool get isPast;
0.0.12 #
Fixing comparing functions
bool isEqualOrBefore(Date other);
bool isEqualOrAfter(Date other);
bool operator <=(Date other);
bool operator >=(Date other);
0.0.11 #
Adding String formatWithDateFormat([DateFormat? dateFormat]);
0.0.10 #
Adding utilities
bool isEqualOrBefore(Date other);
bool isEqualOrAfter(Date other);
bool operator <=(Date other);
bool operator >=(Date other);
0.0.9 #
update toDateTime to take TimeOfDay? argument
0.0.8 #
remove useless codes
0.0.7 #
modify the format function argument
0.0.6 #
export the extensions optionally
0.0.5 #
export the extensions
0.0.4 #
Add documentations
0.0.3 #
Add documentations
0.0.2 #
Hide some extensions
0.0.1 #
The initial release