background_on_back 1.0.1 copy "background_on_back: ^1.0.1" to clipboard
background_on_back: ^1.0.1 copied to clipboard

Flutter plugin to handle backgound the app on pressing back button instead of quitting app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add background_on_back

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

dependencies:
  background_on_back: ^1.0.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:background_on_back/background_on_back.dart';
1
likes
150
points
46
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to handle backgound the app on pressing back button instead of quitting app.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on background_on_back

Packages that implement background_on_back