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
49 stars 56 forks source link

Tablet/Desktop layout like Navigation Rail #96

Open zeddyyz opened 1 year ago

zeddyyz commented 1 year ago

Is your feature request related to a problem? Please describe. Works flawlessly on mobile, but cannot adapt orientation for the bottom navbar for tablet/desktop (like Navigation Rail)

Describe the solution you'd like (Like Navigation Rail) allow a boolean toggle to display the views either:

Describe alternatives you've considered Have tried different methods for trying to make this work - row with body of widget being the screens and stack. Have also tried Navigation Rail and other packages.

Additional context I have tried other packages that provide the view that I'm looking for but do not come close to the minimal code required for a persistent and state preserved features of this package.

zeddyyz commented 1 year ago

If someone has implemented this feature in their fork, can you please link your fork? Much appreciated!