advanced_date_formatter 1.0.1
advanced_date_formatter: ^1.0.1 copied to clipboard
A advanced date formatter for flutter
0.0.1 #
- Initial release: Basic functionalities like date formatting, time difference calculation, and time ago formatting are available.
- Functions like
format()
,timeAgo()
, andgetDayName()
were made available. - Time zone support and ISO 8601 format were introduced.
0.0.2 #
formatWithTimeZone()
function added: Allows users to format dates in a specified time zone.- Minor bug fixes and optimizations were applied.
0.0.3 #
timeDifference()
function added: Allows calculation of the difference between two dates in years and months.countdownToDate()
function added: Provides the time remaining to a target date.
0.0.4 #
detailedTimeAgo()
function added: Shows detailed time difference (days, hours, minutes, seconds) from a specific date.- Code refactoring and performance improvements.
0.0.5 #
formatShort()
andformatLong()
functions added: Supports both short and long date formats.- Performance improvements and bug fixes based on user feedback.
1.0.0 #
- First stable release: The package includes all core features and additional enhancements.
- All functions optimized for stability.
1.0.1 #
- Improved documentation with usage examples.