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

A customizable expandable text widget with "Read more / Read less" toggle for Flutter apps.

# expandable_text_plus

A Flutter widget that displays text which can be expanded or collapsed with a "Read more" / "Show less" link.

## Installation

Add the following to your `pubspec.yaml`:

```yaml
dependencies:
  expandable_text_plus: ^1.0.0
  
```dart
ExpandableText(
  text: "This is a long text that will be truncated after 2 lines...",
  maxLines: 2,
  textStyle: const TextStyle(fontSize: 16, color: Colors.black),
  linkStyle: const TextStyle(color: Colors.red),
)
0
likes
115
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable expandable text widget with "Read more / Read less" toggle for Flutter apps.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on expandable_text_plus