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
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:
# 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
Comments are closed.