full_swipe_back_gesture 0.1.2
full_swipe_back_gesture: ^0.1.2 copied to clipboard
iOS-style full-screen back swipe gesture PageRoute that works seamlessly with horizontal scrollables
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add full_swipe_back_gesture
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
full_swipe_back_gesture: ^0.1.2
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:full_swipe_back_gesture/full_swipe_back_gesture.dart';