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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add holidays_svThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
holidays_sv: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:holidays_sv/holidays_sv.dart';