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

A comprehensive Flutter package providing holiday information for multiple countries (2024-2026). Get holidays for South Korea, United States, Japan, and Germany with automatic online updates and offl [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add world_holidays

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

dependencies:
  world_holidays: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:world_holidays/world_holidays.dart';
1
likes
140
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package providing holiday information for multiple countries (2024-2026). Get holidays for South Korea, United States, Japan, and Germany with automatic online updates and offline fallback support.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on world_holidays