readmore 1.0.0 copy "readmore: ^1.0.0" to clipboard
readmore: ^1.0.0 copied to clipboard

outdated

A Flutter plugin than allow expand and collapse text dynamically

readmore #

A Flutter plugin than allow expand and collapse text.

usage:

ReadMoreText(
                  'Flutter is Google’s mobile UI open source framework to build high-quality native (super fast) interfaces for iOS and Android apps with the unified codebase.',
                  trimLines: 2,
                  colorClickableText: Colors.pink,
                  trimMode: TrimMode.Line,
                  trimCollapsedText: '...Show more',
                  trimExpandedText: ' show less',
                ),
848
likes
0
pub points
99%
popularity

Publisher

verified publishergetx.site

A Flutter plugin than allow expand and collapse text dynamically

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on readmore