time_calculator 0.0.3
time_calculator: ^0.0.3 copied to clipboard
A Flutter package for time-related calculations, including age computation and more.
Changelog #
[0.0.3] #
- Minor bug fixes
- [01.05.2025]
[0.0.2] #
- Added new time calculation functions:
calculateAge
: Calculates the age based on a birth datecalculateAgeAtDate
: Calculates the age at a specific datecalculateTimeDifference
: Calculates the time difference between two datesdaysUntilNextBirthday
: Calculates days until the next birthdaycalculateWorkingDays
: Calculates working days between two datesconvertTimeZone
: Converts time between different time zones
- Enhanced
timeAgoSinceDate
function with more granular time divisions - Improved documentation and examples
- [29.04.2025]
[0.0.1] #
- Initial release of time_calculator Flutter package
- Simple method
timeAgoSinceDate
- Example app demonstrating usage