4 comments (4 comments)1 reaction (1 reaction)0 assignees (0 assignees)Dart1,547 forks (1,547 forks)batch import
P2enhancementgood first issue
Repository metrics
- Stars
- 6,572 stars (6,572 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
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.
Contributor guide
- Research direction
- Check the Flutter documentation on using custom fonts (https://flutter.dev/docs/cookbook/design/fonts). Look at the gallery's current font configuration in the theme and pubspec.yaml to understand how fonts are currently loaded. Consider using an open source alternative like 'Inter' or 'Roboto' that closely mimics SF. Also review the issue comments for any previous attempts or suggestions from maintainers. Ensure the font license allows redistribution.
- Tech stack
- android
- Domain
- mobilefrontend
- Issue type
- Feature
- Prerequisites
- Flutter asset managementFont licensing considerations