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

outdated

Holidays in the United States

example/holidays_us_example.dart

import 'package:holidays_us/holidays_us.dart';

void main() {
  var holidays = USHolidays();
  print(holidays.christmas(2020));
  print(holidays.getHolidayGenerator('christmas')!(2020));
}
1
likes
0
points
67
downloads

Publisher

verified publisherpetit.dev

Weekly Downloads

Holidays in the United States

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

date_generator

More

Packages that depend on holidays_us