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',
),
Download readmore source code on GitHub
https://github.com/jonataslaw/loadmore
Provides the list of the opensource Flutter apps collection with GitHub repository.

