benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

Allow callback even when icon doesn't change #25

Closed samurajj closed 1 year ago

samurajj commented 4 years ago

Info: My app has more than 5 pages. If I navigate deeper, it all works, I can even select which icon from menu corresponds to the subpage, all good. Problem: I can't go back to the initial page simply by tapping the icon from this menu. When I want to do it from menu, I have to select some other icon first and only after that the one I want. Suggestion: Would it be possible to add bool parametr to allow this callback? Other suggestion: Would it be possible to have no icon selected?

Or am I overlooking something? Thanks