lukepighetti / salomon_bottom_bar

Yet another bottom navigation bar, but with a few key promises.
https://pub.dev/packages/salomon_bottom_bar
MIT License
258 stars 55 forks source link

Add option to remove opacity from selected color. #3

Closed vipafattal closed 3 years ago

lukepighetti commented 3 years ago

Is this doable with the Flutter BottomNavigationBar? If so, write up a quick description of how it's achieved and I'll implement the same API.

vipafattal commented 3 years ago

the selectedItemColor in SalomonBottomBar has an opacity by default is set to 0.1, more exactly, at the Material widget color.

lukepighetti commented 3 years ago

Just a heads up, I won't be merging anything that diverges from the BottomNavigationBar API. I don't have time to review your PR until later this week, but it landing will depend on if it adheres to the BNB API. Make sure you check the BNB API to see if the PR is viable. Thank you.

lukepighetti commented 3 years ago

Closed by https://github.com/lukepighetti/salomon_bottom_bar/pull/4