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 ico
bottomNavigationBar
I was trying to do the same thing, and came across this wonderfully simple solution:
https://www.reddit.com/r/FlutterDev/comments/8ao6ty/how_to_make_bottom_appbar_that_sticks_to_the_top/
Thought it might prove useful to someone in the future