pedromassango / bottom_navy_bar

A beautiful and animated bottom navigation
https://youtu.be/jJPSKEEiN-E
Apache License 2.0
1.02k stars 217 forks source link

Added Tooltip to BottomNavyBar.items #91

Closed shahabhm closed 2 months ago

shahabhm commented 3 years ago

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 commented 1 year ago

@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.

shahabhm commented 5 months ago

@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.