swipe_through_text 0.0.4 swipe_through_text: ^0.0.4 copied to clipboard
SwipeThroughText is a customizable Flutter widget that allows users to swipe through text. The package is suitable for use in various types of apps, like to-do lists, and more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add swipe_through_text
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
swipe_through_text: ^0.0.4
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:swipe_through_text/swipe_through_text.dart';