Read More Widget
A Flutter package that provides a widget to display truncated text with a "See More" and "See Less" option. This widget allows you to easily add expandable text functionality to your Flutter apps.
Features
- Truncate long text and display a "See More" link.
- Expand the text with a "See Less" option when clicked.
- Customizable text styles and colors.
- Optimized for both short and long text content.
Installation
Add expand_text_widget as a dependency in your pubspec.yaml file:
dependencies:
expand_text_widget: ^0.0.1