Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card text overlap in iOS #242

Open
DavidIQ opened this issue Feb 22, 2025 · 3 comments
Open

Card text overlap in iOS #242

DavidIQ opened this issue Feb 22, 2025 · 3 comments
Labels
good first issue Good for newcomers

Comments

@DavidIQ
Copy link

DavidIQ commented Feb 22, 2025

Looks like the year is overflowing onto the days left indicator on an iPhone 16 Pro.

Image

@wfleischer
Copy link
Collaborator

Thank you, @DavidIQ, for reporting this. This display issue looks unexpected. Here's how it appears on an iPhone 16 Pro emulator.

Image

Do you have any custom font settings enabled on your UI?

@DavidIQ
Copy link
Author

DavidIQ commented Feb 23, 2025

Yep you nailed it. She just told me that she has the system font size slightly larger than normal. Not sure there's anything to do here other than file as a known issue, unless you think this is worth taking a look at later.

@wfleischer
Copy link
Collaborator

This issue can likely be resolved by wrapping the relevant widget in a FittedBox (https://api.flutter.dev/flutter/widgets/FittedBox-class.html). While this may not impact a large number of users, we'll keep this ticket open. If you or anyone else would like to contribute a fix, please feel free to submit a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants