permission_handler 11.4.0 copy "permission_handler: ^11.4.0" to clipboard
permission_handler: ^11.4.0 copied to clipboard

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add permission_handler
copied to clipboard

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

dependencies:
  permission_handler: ^11.4.0
copied to clipboard

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/permission_handler.dart';
copied to clipboard
5.67k
likes
160
points
2.09M
downloads

Publisher

verified publisherbaseflow.com

Weekly Downloads

2024.09.08 - 2025.03.23

Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta, permission_handler_android, permission_handler_apple, permission_handler_html, permission_handler_platform_interface, permission_handler_windows

More

Packages that depend on permission_handler