mm_swipeable 1.0.0+1
mm_swipeable: ^1.0.0+1 copied to clipboard
MmSwipeable is a Flutter package that provides a widget for enabling swipe actions in both left and right directions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mm_swipeable
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
mm_swipeable: ^1.0.0+1
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:mm_swipeable/mm_swipeable.dart';