permission_master 0.0.6 copy "permission_master: ^0.0.6" to clipboard
permission_master: ^0.0.6 copied to clipboard

Permission Master is a comprehensive Flutter plugin designed to simplify permission management across iOS and Android platforms. It provides an intuitive and easy-to-use interface for requesting and c [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add permission_master

With Flutter:

 $ flutter pub add permission_master

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

dependencies:
  permission_master: ^0.0.6

Alternatively, your editor might support dart pub get or 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_master/permission_master.dart';
31
likes
0
points
32
downloads

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

Permission Master is a comprehensive Flutter plugin designed to simplify permission management across iOS and Android platforms. It provides an intuitive and easy-to-use interface for requesting and checking various system permissions while ensuring a smooth user experience.

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on permission_master

Packages that implement permission_master