benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

break with textField #27

Closed sobhan15 closed 3 years ago

sobhan15 commented 3 years ago

When I use the TextField, it seems bottomNavigation break and does not move. any solution?

Screenshot from 2021-03-06 11-06-19

sobhan15 commented 3 years ago

solution: dont use context in the tree , for example Container( width: MediaQuery.of(context).size.width ),