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

Added AutoSizeTextFormField #36

Closed ikhsan3adi closed 1 year ago

ikhsan3adi commented 1 year ago

I have Added these properties

lzhuor commented 1 year ago

@x4nn Thank you very much for making improvements to this library.

Do you mind having the bandwidth to add examples in the example app that is built on top of this FormField? Thank you!

I can take care of the README.md update.

dhaval-k-simformsolutions commented 1 year ago

@lzhuor Do we have any plan to merge this PR as I have a requirement to use this package with a validator... I guess for now it's fine without going forward without examples...

lzhuor commented 1 year ago

Thank you for the suggestion @dhaval-k-simformsolutions ! Merged. I will add adding examples to TODO.