You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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-
The text was updated successfully, but these errors were encountered: