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