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
I've encountered an issue where the entire widget tree is being rebuilt multiple times (3-4 times) when the keyboard appears or disappears while using the persistent_bottom_nav_bar package.
Problem Description:
When integrating the persistent_bottom_nav_bar package into my Flutter app, I noticed that whenever the keyboard appears or disappears, the entire widget tree gets rebuilt multiple times, causing performance issues and potential UI glitches.
Expected Behavior:
The widget tree should not be rebuilt unnecessarily when the keyboard appears or disappears. Ideally, only the relevant parts of the UI affected by the keyboard should be rebuilt to maintain smooth performance and UI consistency.
The text was updated successfully, but these errors were encountered:
I've encountered an issue where the entire widget tree is being rebuilt multiple times (3-4 times) when the keyboard appears or disappears while using the persistent_bottom_nav_bar package.
Problem Description:
When integrating the persistent_bottom_nav_bar package into my Flutter app, I noticed that whenever the keyboard appears or disappears, the entire widget tree gets rebuilt multiple times, causing performance issues and potential UI glitches.
Expected Behavior:
The widget tree should not be rebuilt unnecessarily when the keyboard appears or disappears. Ideally, only the relevant parts of the UI affected by the keyboard should be rebuilt to maintain smooth performance and UI consistency.
The text was updated successfully, but these errors were encountered: