division
division copied to clipboard
Expanded Text
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-
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).
This is not the same, i copy and changed some things from there, but is not complete.