Closed Abdulah-butt closed 9 months ago
Hi @Abdulah-butt thanks for opening an issue! When you open/close the keyboard the rest of the view is resizing which causes the widgets to rebuild. In this case the parent of the BlocBuilder is rebuilt which causes the BlocBuilder to be rebuilt. This is working as expected and doesn’t have anything to do with flutter_bloc. If you’re running into performance issues then I recommend profiling the app to see what’s causing them.
Hope that helps! 👍
I just checked, the parent is not rebuilding, it's BlocBuilder which is building it's self.
I just checked, the parent is not rebuilding, it's BlocBuilder which is building it's self.
Can you share a link to a minimal reproduction sample? Thanks!
Closing for now since it's very difficult for me to help without a link to a minimal reproduction sample. If you feel this is still an issue, feel free to comment with a link to a reproduction sample and I'm happy to take a closer look 👍