flutter_keyboard_visibility
flutter_keyboard_visibility copied to clipboard
Animate TextFormField attached to the top of the keyboard
I want to put a TextFormField which moves along with the keyboard.
This is standard behaviour as in many apps like whatsapp etc..
Is there a way to know exact curve/duration/height of the keyboard with this Package so that we can do the same for the TextFormField using a AnimatedPosition
you can try Keyboard Attachable package, which is built on flutter keyboard visibility
Need to decide if this is something we should build into the project or if we should document that Keyboard Attachable provides this.