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

Update CustomNavBar example code in readme #162

Closed madmini closed 1 month ago

madmini commented 1 month ago

I have noticed the CustomNavBar example in the readme has not been updated for v5 yet.

I have updated it to work with the current version, but am not entirely sure if I have managed to faithfully adapt properties to the new schema, especially DecoratedNavBar.opacity = navBarConfig.selectedItem.opacity which I have simply left out.