custom_will_pop_scope 2.1.1 copy "custom_will_pop_scope: ^2.1.1" to clipboard
custom_will_pop_scope: ^2.1.1 copied to clipboard

Enables 'onWillPop' callbacks on Cupertino page transitions and improves visual feedback of rejected "Swipe to go back" gestures.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_will_pop_scope

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

dependencies:
  custom_will_pop_scope: ^2.1.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:custom_will_pop_scope/custom_will_pop_scope.dart';
24
likes
150
points
286
downloads

Publisher

verified publisherhelmybouchiha.me

Weekly Downloads

Enables 'onWillPop' callbacks on Cupertino page transitions and improves visual feedback of rejected "Swipe to go back" gestures.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on custom_will_pop_scope