holidays_us 1.0.3 copy "holidays_us: ^1.0.3" to clipboard
holidays_us: ^1.0.3 copied to clipboard

Generate the dates for multiple holidays within the United States

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add holidays_us

With Flutter:

 $ flutter pub add holidays_us

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  holidays_us: ^1.0.3

Alternatively, 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:holidays_us/holidays_us.dart';
1
likes
140
pub points
50%
popularity

Publisher

verified publisherpetit.dev

Generate the dates for multiple holidays within the United States

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

date_generator

More

Packages that depend on holidays_us