permission_handler_auto_back 0.0.1 copy "permission_handler_auto_back: ^0.0.1" to clipboard
permission_handler_auto_back: ^0.0.1 copied to clipboard

Wraps permission_handler and brings your Flutter app back to the foreground on Android after the user grants a special permission in Settings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add permission_handler_auto_back

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

dependencies:
  permission_handler_auto_back: ^0.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:permission_handler_auto_back/permission_handler_auto_back.dart';
14
likes
150
points
118
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Wraps permission_handler and brings your Flutter app back to the foreground on Android after the user grants a special permission in Settings.

Repository (GitHub)
View/report issues

Topics

#permissions #permission-handler #android #settings #auto-return

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on permission_handler_auto_back

Packages that implement permission_handler_auto_back