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

outdated

A Flutter package than allow expand and collapse text dynamically

readmore #

A Flutter plugin than allow expand and collapse text.

usage: #

add to your pubspec

readmore: ^1.0.0

and import:

import 'package:readmore/readmore.dart';
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',
  moreStyle: TextStyle(fontSize: 14, fontWeight: FontWeight.bold),
);
1.07k
likes
40
points
82.5k
downloads

Publisher

verified publishergetx.site

Weekly Downloads

A Flutter package than allow expand and collapse text dynamically

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on readmore