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 • How To Use • Download • Credits • License
- Supports over 200 countries
- Reminder-
- Add reminders for your favorite holidays.
- Dark/Light mode
To clone and run this application, you'll need Git and Flutter on your computer.
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:
# Clone this repository
$ git clone https://github.com/herovickers/world_holidays.git
# Go into the repository
$ cd world_holidays
Add your api key to lib/resources/calendarific_provider.dart
String apiKey = calendarificApiKey;
Then
# Run the app
$ flutter run
This app uses the following:
- Flutter
- Calendarific for the holiday data.
- Logo icon made by Freepik from Flaticon.
- UI inspired by Cuberto's Task Manager Animated design.
MIT
victoreronmosele.com · GitHub @victoreronmosele · Twitter @vic_eronmosele