zulip/zulip-flutter

profile: Display user's local time

Open

#292 创建于 2023年8月31日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)Dart (456 fork)github user discovery
help wanted

仓库指标

Star
 (454 star)
PR 合并指标
 (平均合并 25天 15小时) (30 天内合并 22 个 PR)

描述

In the profile screen (#195 ) we should show the current time in the user's configured timezone. This will involve integrating timezone data.

We've identified https://pub.dev/packages/timezone as a good candidate (chat thread) and an initial attempt was already made to integrate it, but the initialization of the database was measured to take ~100ms during bootup. It would make sense to delay the initialization of the database until we need to display the profile screen.

A followup issue will be:

  • #293

贡献者指南