All Projects → jonataslaw → readmore

jonataslaw / readmore

Licence: MIT license
A Flutter plugin than allow expand and collapse text dynamically

Programming Languages

dart
5743 projects
swift
15916 projects

readmore

A Flutter plugin than allow expand and collapse text.

usage:

add to your pubspec

readmore: ^2.1.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),
);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].