double_back_to_close_app 0.1.2 copy "double_back_to_close_app: ^0.1.2" to clipboard
double_back_to_close_app: ^0.1.2 copied to clipboard

outdated

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: ^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:double_back_to_close_app/double_back_to_close_app.dart';
321
likes
30
pub points
96%
popularity

Publisher

verified publisherhugopassos.dev

A Flutter package that allows Android users to press the back-button twice to close the app.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on double_back_to_close_app