lzhuor / auto_size_text_field

Flutter TextField widget that automatically resizes text field to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text_field
MIT License
51 stars 34 forks source link

implement onTapOutside #56

Closed andyskw closed 2 months ago

andyskw commented 3 months ago

It would be great to handle an onTapOutside event (just like for regular textfields), so that developers would not need to create a global GestureDetector on Android to get rid of the textfield's focus on tapping outside.

lzhuor commented 2 months ago

Duplicate https://github.com/lzhuor/auto_size_text_field/pull/52