world_holidays 1.0.0
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_holidaysThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
world_holidays: ^1.0.0Alternatively, 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';