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

Letters hidden if the word is too long #96

Open
agostinofiscale opened this issue Sep 6, 2021 · 3 comments
Open

Letters hidden if the word is too long #96

agostinofiscale opened this issue Sep 6, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@agostinofiscale
Copy link

Hi,

i'm trying to use this package and i have a BottomNavyBarItem with a title maybe too long.
The title is "notifications", seems like it gets cutted on iPhone 11 pro.

Is there any solution to this?

Thank you!

Schermata 2021-09-07 alle 01 33 02

@OAndreLuizSilva
Copy link

Wrap the text inside a FittedBox

FittedBox( fit: BoxFit.scaleDown, child: Text( 'Notification', ), ),

@agostinofiscale
Copy link
Author

Wrap the text inside a FittedBox

FittedBox( fit: BoxFit.scaleDown, child: Text( 'Notification', ), ),

Thank you for you response.

Sadly I'm not using this package anymore, but I hope your response will helps someone else.

@UmairSaqibBhutta
Copy link

Please minimize the space between the icon and the title. Currently, no parameter to decrease this space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants