swipe_back_detector 2.0.0 copy "swipe_back_detector: ^2.0.0" to clipboard
swipe_back_detector: ^2.0.0 copied to clipboard

A detector to add "swipe to go back" functionality in custom routes or non Cupertino routes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swipe_back_detector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  swipe_back_detector: ^2.0.0

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_back_detector/swipe_back_detector.dart';
15
likes
160
points
181
downloads

Publisher

verified publishermagicleon94.dev

Weekly Downloads

A detector to add "swipe to go back" functionality in custom routes or non Cupertino routes.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on swipe_back_detector