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