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

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.1.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:super_easy_permissions/super_easy_permissions.dart';
12
likes
120
pub points
74%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, permission_handler

More

Packages that depend on super_easy_permissions