rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 239 forks source link

Bottom bar move up when keyboard appears. Although resizeToAvoidBottomInset is false #105

Closed ctykaya closed 3 years ago

ctykaya commented 3 years ago

When I update the flutter to 2.2.2 this problem occurs. When I select input field keyboard appears but bottom bar is stick top of the keyboard. How can I fix it ?

pubspec.yaml file curved_navigation_bar: ^1.0.1

rafalbednarczuk commented 3 years ago

set resizeToAvoidBottomInset to false in Scaffold widget

ctykaya commented 3 years ago

I set it but it does not work. Same problem