permission_plus_apple 1.0.0 copy "permission_plus_apple: ^1.0.0" to clipboard
permission_plus_apple: ^1.0.0 copied to clipboard

PlatformiOSmacOS

Apple (iOS & macOS) implementation of the permission_plus plugin

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add permission_plus_apple

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

dependencies:
  permission_plus_apple: ^1.0.0

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_plus_apple/permission_plus_apple.dart';