super_easy_permissions 0.0.2 copy "super_easy_permissions: ^0.0.2" to clipboard
super_easy_permissions: ^0.0.2 copied to clipboard

outdated

A flutter plugin for handling permissions on Android and iOS in a very simple way.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_easy_permissions

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

dependencies:
  super_easy_permissions: ^0.0.2

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:super_easy_permissions/super_easy_permissions.dart';
12
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for handling permissions on Android and iOS in a very simple way.

Homepage

License

unknown (license)

Dependencies

flutter, permission

More

Packages that depend on super_easy_permissions

Packages that implement super_easy_permissions