Skip to content
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

Expanded Text #45

Open
thize opened this issue Nov 24, 2019 · 2 comments
Open

Expanded Text #45

thize opened this issue Nov 24, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@thize
Copy link

thize commented Nov 24, 2019

Can you implement expanded text?
TxtStyle()..expandedText(max: 50, min: 5)
or
TxtStyle()..expanded(max: 50, min: 5)

In my plugin have an ExpandedText Widget for you to base yourself
https://pub.dev/packages/simple_code#-readme-tab-

@ReinBentdal ReinBentdal added the enhancement New feature or request label Nov 25, 2019
@ReinBentdal
Copy link
Owner

I will consider adding this feature. As far as i can see the ExpandedText widget in your package named simple_code is identical to the widget AutoSizeText in the package auto_size_text. I would suggest including this package in your package instead of copying the code (including the package auto_size_text in the pubspec.yaml file of your package).

@thize
Copy link
Author

thize commented Nov 26, 2019

This is not the same, i copy and changed some things from there, but is not complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants