世界节假日手机应用

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

worldholidaysmobileapp

主要特点

  • 支持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