date_only_field 0.0.11 date_only_field: ^0.0.11 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.11 #
Adding String formatWithDateFormat([DateFormat? dateFormat]);
0.0.10 #
Adding utilities
bool isBeforeOrGreater(Date other);
bool isAfterOrGreater(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