year_time_left 0.0.1
year_time_left: ^0.0.1 copied to clipboard
A simple Dart package to get the remaining time until the end of the year.
✅ CHANGELOG.md #
# Changelog
All notable changes to this project will be documented in this file.
## [0.0.1] - 2025-09-14
### Added
- Initial release of `year_time_left`.
- Provides remaining time until the end of the year in:
- Days
- Hours
- Minutes
- Seconds
- Milliseconds
- Microseconds
- Approximate months
- Example usage and test cases included.
- Pure Dart implementation with no external dependencies.