jb3rndt / PersistentBottomNavBarV2

A highly customizable persistent bottom navigation bar for Flutter
https://pub.dev/packages/persistent_bottom_nav_bar_v2
BSD 3-Clause "New" or "Revised" License
47 stars 48 forks source link

Custom Item Width #172

Open enes-kal opened 2 weeks ago

enes-kal commented 2 weeks ago

I have face problem with long text. The button width is fixed in style 2 this couse an sytex error I fixed by add a new variable width to ItemConfig and use at Style2BottomNavBar > _buildItem >AnimatedContainer

"width: isSelected ? deviceWidth item.width : deviceWidth 0.12, "

like this this is must be fixed

thank you.

Ekran Resmi 2024-06-22 09 24 04

Long Not Fit Here

Ekran Resmi 2024-06-22 09 23 22 Ekran Resmi 2024-06-22 09 23 52
jb3rndt commented 5 days ago

You are free to just copy the style you want into a custom file, do some adjustments, and use the new style like the old one.