read_more_codespark 0.0.4 read_more_codespark: ^0.0.4 copied to clipboard
Tired of truncated text? read_more_codespark offers a simple and customizable solution for displaying expandable text in your Flutter projects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add read_more_codespark
With Flutter:
$ flutter pub add read_more_codespark
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
read_more_codespark: ^0.0.4
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:read_more_codespark/read_more_codespark.dart';