how can I make BottomNavigationBar stick on top of keyboard flutter
问题 I am trying to make a simple chat app, so I created a scaffold and my body, will be the messages and my bottomNavigationBar would be my typing field and sending icon. I added a text field but when typing the navigation bar is hidden by the keyboard. this is the code of my BottomNavigationBar : bottomNavigationBar: new Container( height: ScreenSize.height/12, /*color: Colors.red,*/ child: new Row( mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: <Widget>[ new Column(