Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuilt whole widget tree for three to four times when keyboard appears and disappears #362

Open
rooparam01 opened this issue May 7, 2024 · 0 comments

Comments

@rooparam01
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant