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

[Bug]: the navigation bar is showing on top of the keyboard #164

Closed abdou-tech-maker closed 1 month ago

abdou-tech-maker commented 1 month ago

Version

5.2.3

Flutter Doctor Output

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.0, on macOS 14.4.1 23E224 darwin-x64, locale fr)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.89.1)
[✓] Connected device (4 available)
[✓] Network resources

• No issues found!
mac@MacBook-Pro-de-Mac sourcing %

What platforms are you seeing the problem on?

Android, iOS

What happened?

when i have migrated to the latest version i found that hideNavBarWhenKeyboardIsOpen field has been removed and now i could not find any field or way to hide the navigation bar .

am i missing something or there is a way to hide it

Steps to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Code to reproduce the problem

just create a navigation bar using this package and try to input something in a textfield

Relevant log output

No response

Screenshots

Simulator Screenshot - iPhone 15 Pro Max - 2024-05-21 at 18 31 36

abdou-tech-maker commented 1 month ago

@jb3rndt could you please provide an answer ?

jb3rndt commented 1 month ago

Hi, have you read the Migration guide? Especially, make sure that there is not a single Scaffold above your PersistentTabView widget.

abdou-tech-maker commented 1 month ago

@jb3rndt thank you i must have missed that when reading the migration guide ( keep up the good work)