swipe_through_text 0.0.4 copy "swipe_through_text: ^0.0.4" to clipboard
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';
6
likes
140
pub points
15%
popularity

Publisher

verified publisherpanarastudios.in

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on swipe_through_text