Skip to content

own-world-grp/holidays_japan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holidays_japan

A Dart package of Japanese holidays.

Sample

Holidays

Get holidays. You can get next year's public holidays from the previous year.

final List<Holiday> holidays = await getHolidayList();
print(holidays);

Holidays by year

Get holidays by year.

final year = DateTime.now().year;
final List<Holiday> holidays = await getHolidayList(year: year);
print(holidays);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages