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

Add InkWell-style tap effect when tapping a BottomNavyBarItem #92

Open R-Taneja opened 3 years ago

R-Taneja commented 3 years ago

I think replacing the GestureDetector on line 89 in bottom_navy_bar.dart with an InkWell would make this package even better. It would provide users with some sort of feedback while their finger is on the BottomNavyBarItem.

antonio-pedro99 commented 2 months ago

I think replacing the GestureDetector on line 89 in bottom_navy_bar.dart with an InkWell would make this package even better. It would provide users with some sort of feedback while their finger is on the BottomNavyBarItem.

I like the idea, are you willing to contribute with this?