World Holidays Mobile App
World Holidays is a mobile app built with Flutter that displays the various holidays in a year across the countries of the world and reminds you of your favourite holidays.
Key Features
- Supports over 200 countries
- Reminder-
- Add reminders for your favorite holidays.
- Dark/Light mode
How To Use
Then you'll need to get an api key from Calendarific and specify it in the lib/resources/calendarific_provider.dart file as follows:
From your terminal:
Add your api key to lib/resources/calendarific_provider.dart
String apiKey = calendarificApiKey;
Then