double_back_to_close_app 2.1.0 double_back_to_close_app: ^2.1.0 copied to clipboard
A Flutter package that allows Android users to press the back-button twice to close the app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add double_back_to_close_app
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
double_back_to_close_app: ^2.1.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:double_back_to_close_app/double_back_to_close_app.dart';