back_pressed 0.0.2 copy "back_pressed: ^0.0.2" to clipboard
back_pressed: ^0.0.2 copied to clipboard

Catches the back pressed button and performs user defined action.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add back_pressed

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

dependencies:
  back_pressed: ^0.0.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:back_pressed/back_pressed.dart';
6
likes
120
pub points
79%
popularity

Publisher

unverified uploader

Catches the back pressed button and performs user defined action.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on back_pressed