世界节假日移动应用

世界节假日是一款用 Flutter 构建的手机应用,它显示一年中世界各国的各种节假日,并提醒你喜欢的节假日。

World-Holidays-Mobile-App

主要特点

  • 支持超过200个国家
  • 提醒-
    • 为喜爱的节日添加提醒。
  • 黑暗/浅色模式

使用方法

要克隆并运行此应用程序,您需要在计算机上安装GitFlutter

然后,您需要从Calendarific获取API密钥,并在lib/resources/calendarific_provider.dart文件中按如下方式指定它:

从您的终端

# Clone this repository
$ git clone https://github.com/herovickers/world_holidays.git

# Go into the repository
$ cd world_holidays

将您的API密钥添加到lib/resources/calendarific_provider.dart

 String apiKey = calendarificApiKey;

然后

# Run the app
$ flutter run

下载

您可以在PlayStore下载该应用。

GitHub

https://github.com/herovickers/world_holidays