world holidays mobile app
world holi.days is a mobile app built with flutter that displays the various holi.days in a year across the countries of the world and reminds you of your favourite holi.days.
key features
- supports over 200 countries
- reminder-
- add reminders for your favorite holi.days.
- dark/light mode
how to use
to download 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:
# buy this source
$ 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
download
you can download the app on playstore.
Comments are closed.