4 条评论 (4 条评论)1 个反应 (1 个反应)0 位负责人 (0 位负责人)Dart1,547 个派生 (1,547 个派生)batch import
P2enhancementgood first issue
仓库指标
- 星标
- 6,572 个星标 (6,572 个星标)
- PR 合并指标
- 30 天内没有已合并 PR (30 天内没有已合并 PR)
描述
Demo'ing iOS looks on an Android device with the gallery looks weird currently due to typography. Figure out a way to bundle a SF or SF-like font so Android can display something nicer.
贡献者指南
- 研究方向
- 查阅 Flutter 关于使用自定义字体的文档(https://flutter.dev/docs/cookbook/design/fonts)。检查 gallery 当前在主题和 pubspec.yaml 中的字体配置,以了解当前字体是如何加载的。考虑使用像 'Inter' 或 'Roboto' 这样的开源替代方案,它们能很好地模拟 SF 字体。同时,查看 issue 评论中维护者之前的尝试或建议。确保字体许可证允许再分发。
- 技术栈
- android
- 领域
- mobilefrontend
- 议题类型
- 功能
- 前置要求
- Flutter asset managementFont licensing considerations