expand_widget icon indicating copy to clipboard operation
expand_widget copied to clipboard

Ability to easily expand and retract a widget collection or text

Results 8 expand_widget issues
Sort by recently updated
recently updated
newest added

This fixes an issue where text is not recognized as overflowing if user applied accessibility scaling of text. By default set to no scaling. PS: James McIntosh says 'hi!' :)

when trying to use expanded_widget to shorten a long markdown text displayed with https://pub.dev/packages/flutter_markdown, then the child widget is not rendered completely if the widget is expanded: Collapsed: ![image](https://github.com/jesusrp98/expand_widget/assets/1395321/3a8db87e-8e35-47da-9ecb-a53c56ecacdf) Expanded:...

I have an new requirement,about need to tap on other widgets instead of arrow icon to expand and collapse , is it possible to expose the action on the ‘controller’?thank...

How to make initial expanded state == true?

how to use expand_widget in gridview

Hi, Feature Request ! indicator icon up or down text

This PR fixes getting maxLines value depending on whether text is expanded or not. The current _maxLines method returns the value of 66 if the text widget is expanded and...

Is possible make it work with Markdown?