Closed hyobbb closed 3 years ago
Hi @hyobbb, thank you very much for the PR. Sorry for late reply. I was occupied for some reasons.
Do you mind resolving the merge conflicts?
A few screenshots that demonstrate your fix will also be helpful for the community to know what they are about.
Greatly appreciate your PR. 🚀
Hey @lzhuor . I will change some code for null safety and then revise it.
@lzhuor Hi. I applied null safety to my code. I changed maxlines property from not-nullable to nullable because it is necessary to be null to implement multi-line textfield without limitation. Also I uploaded mulitline usage example in my repo so please check this out if you need this for readme file.
@hyobbb That's so nice of you! Thank you! Will review the code change!
Hi @hyobbb Do you mind PR the example and README.md change also in this PR? It will be easier for folks to review as well. Btw, awesome stuff. Excited. 💯
Hi @hyobbb Do you mind PR the example and README.md change also in this PR? It will be easier for folks to review as well. Btw, awesome stuff. Excited. 💯
I will do it by this week and let you know!
@lzhuor Please check the last commit. I put new gif demo to maxline part.
Thanks @hyobbb Checking.
@hyobbb Should CHANGELOG also be updated? It also looks we should bump the version to 1.0.0+1
Other than that, anything blocking this @lzhuor?
Thank you @hyobbb. Merged. Apologies for the delay. I was running some personal errands.
Yes, I will update the CHANGELOG and bump the version.
PR of #14
Add contents padding parameter to consider constraints. Merged secondTextSpan comparing when text length is greater than 0. When maxLines = null, fitting method varies.