sooxt98 / google_nav_bar

A modern google style nav bar for flutter.
MIT License
735 stars 114 forks source link

Using label text only #52

Closed brizaldi closed 3 years ago

brizaldi commented 3 years ago

Is there a way to use label text only without icon?

sooxt98 commented 3 years ago

@brizaldi i wonder what would it look like without icon; could you show me some sketch / UI?

brizaldi commented 3 years ago

maybe something like this Screenshot 2021-03-18 180258

sooxt98 commented 3 years ago

@brizaldi You could check out this plugin https://medium.com/android-news/flutter-bubble-tab-indicator-for-tabbar-dd038f1076d3

brizaldi commented 3 years ago

for now I managed to complete it using CupertinoSlidingSegmentedControl, but there's not much customization on that widget