flutter_keyboard_visibility icon indicating copy to clipboard operation
flutter_keyboard_visibility copied to clipboard

Animate TextFormField attached to the top of the keyboard

Open aytunch opened this issue 4 years ago • 2 comments

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

aytunch avatar Feb 01 '21 20:02 aytunch

you can try Keyboard Attachable package, which is built on flutter keyboard visibility

flypigz avatar Nov 28 '21 13:11 flypigz

Need to decide if this is something we should build into the project or if we should document that Keyboard Attachable provides this.

MisterJimson avatar Jun 13 '22 18:06 MisterJimson