-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoSize TextField #38
Comments
Currently that is not possible. |
Same here! Needed it always in every project ^^ |
I'm really unsure about this. Afaik neither iOS nor Android have an equivalent native EditText with auto sizing text. And I have never used an app where text resizes while I enter it... |
Alright and what about a textfield like facebook, where you type text for a post? Facebook is shrinking the text size while typing. That's exactly what i need. I mean it's like the tutorial gifs you provide in your readme. I did a workaround for that posting issue, but autosizetext would help here a lot :) |
I needed something like this too. I have an interface where all of the on the screen text is editable to certain roles and instead of switching them between Currently, I feel like switching from |
Okay, you convinced me ^^ I don't know when I will have time to implement this. |
Agreed! Would be great to have it for TextField and TextFormField! |
Does anyone know if it is possible to adjust the text in the text field? |
@leisim any updates? |
Hi @Nolence @Ahmadre @raphFlash @leisim , I want it too so I created one. 🎉 You might want to try this: https://github.com/lzhuor/auto_size_text_field It's a work based off @leisim 's logic in |
@lzhuor thank you sooooo much ❤️ |
Hello,
Thanks for your AutoSizeText, it works really well.
Is it possible to have the same auto sizing feature for a TextField.
The Textfield would adjust the fontsize based on the input.
It would be really nice.
The text was updated successfully, but these errors were encountered: