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

A comprehensive Flutter package providing holiday information for multiple countries (2024-2026) with offline-first support.

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: ^2.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
160
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package providing holiday information for multiple countries (2024-2026) with offline-first 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