feriados_pt 0.2.2
feriados_pt: ^0.2.2 copied to clipboard
Portuguese public holidays for Dart and Flutter — national, municipal and regional. Includes 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_ptWith Flutter:
$ flutter 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.2.2Alternatively, your editor might support dart pub get or flutter 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';