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

Added Tooltip to BottomNavyBar.items #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shahabhm
Copy link

@shahabhm shahabhm commented Jul 15, 2021

Hi. after converting items to widgets we can't easily set the background of the items and it will be obtained from theme and indexing needs to be managed manually. also apps using this widget might need to conform to the changes. therefore I have edited the code in a way the structure doesn't change but it's possible to easily add tooltips; you just need to specify the text while creating a BottomNavyBarItem.
here's how it will look like:
IMG_20210715_174326_85911
This fixes #50

@antonio-pedro99 antonio-pedro99 linked an issue Sep 16, 2023 that may be closed by this pull request
@antonio-pedro99 antonio-pedro99 changed the title Issue 50 1 Added Tooltip to BottomNavyBar.items Sep 16, 2023
Copy link
Collaborator

@antonio-pedro99 antonio-pedro99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @shahabhm, thanks for this PR and for your patient!
The PR looks good to me

@antonio-pedro99
Copy link
Collaborator

antonio-pedro99 commented Sep 17, 2023

@shahabhm would you mind adding tests so that we make sure this feat does not break the Widget?
Please also add this to the CHANGE Logs file.

@antonio-pedro99 antonio-pedro99 added this to the 7.0.0 milestone Sep 23, 2023
@shahabhm
Copy link
Author

shahabhm commented May 8, 2024

@antonio-pedro99 Hi. Thanks for reviewing the PR. But It has been quite a few years since I've coded anything for mobiles and I don't remember anything about it :). Unfortunately, I cannot help with this issue anymore.

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

Successfully merging this pull request may close these issues.

Adding Tooltip to BottomNavyBar.items
2 participants