You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
As the package currently does for mobile or,
In a row format for tablet/desktop where the bottom navbar persists in the left portion of the screen and the views take up the remaining space.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: