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

A flutter package to make managing permissions smoother and easier.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add manage_permissions

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

dependencies:
  manage_permissions: ^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:manage_permissions/manage_permissions.dart';
0
likes
140
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to make managing permissions smoother and easier.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, permission_handler

More

Packages that depend on manage_permissions