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

Fix for headlineSmall Font Size in OmniDateTimePicker #42

Open
binzheng opened this issue Aug 9, 2023 · 0 comments
Open

Fix for headlineSmall Font Size in OmniDateTimePicker #42

binzheng opened this issue Aug 9, 2023 · 0 comments

Comments

@binzheng
Copy link

binzheng commented Aug 9, 2023

Description:

Font Issue on iPad 10th Generation:
When setting the headlineSmall property to fontSize: 34, the text appears to be cut off, especially on an iPad 10th generation. Specifically, 2-digit numbers are only displaying as a single digit, which affects the usability.

Steps to Reproduce:
Set up the OmniDateTimePicker with headlineSmall set to fontSize: 34.
Open the picker on an iPad 10th generation device or simulator.
Notice that the numbers get cut off.
Expected Behavior:
All numbers, including 2-digit numbers, should display completely without getting cut off.

Actual Behavior:
2-digit numbers are getting cut off and only showing as a single digit.

Environment:
Flutter version: [your_flutter_version]
OmniDateTimePicker version: 1.0.8

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant