feriados_pt 0.1.0
feriados_pt: ^0.1.0 copied to clipboard
Portuguese national public holidays for Dart and Flutter. Calculates mandatory holidays for any year, including Easter-based moveable feasts, with correct handling of the 2013–2015 suppression period.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add feriados_ptThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
feriados_pt: ^0.1.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:feriados_pt/feriados_pt.dart';