division icon indicating copy to clipboard operation
division copied to clipboard

Expanded Text

Open thize opened this issue 5 years ago • 2 comments

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-

thize avatar Nov 24 '19 19:11 thize

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).

ReinBentdal avatar Nov 25 '19 17:11 ReinBentdal

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

thize avatar Nov 26 '19 17:11 thize