holidays_sv 0.0.2
holidays_sv: ^0.0.2 copied to clipboard
A Dart/Flutter package for calculating Swedish public holidays (röda dagar), bank-free days, flag days, and ISO-8601 week numbers.
0.0.2 #
- Added complete documentation comments to all public API symbols (library, classes, and constructors) to achieve 100% documentation score on pub.dev.
- Prevented accidental instantiation of the static utility class
HolidaysSvby adding a private constructor.
0.0.1 #
- Initial release of
holidays_sv. - Precise calculation of Swedish public holidays (röda dagar), flag days, and bank-free days.
- Support for dynamic holidays (Easter, Midsummer, All Saints' Day).
- Extension on
DateTimefor calculating ISO-8601 week numbers.