macos_grants 0.1.0 copy "macos_grants: ^0.1.0" to clipboard
macos_grants: ^0.1.0 copied to clipboard

PlatformmacOS

macOS privacy grants from Flutter: read Full Disk Access, Accessibility and Screen Recording, and find out whether this copy of your app can hold a grant at all.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add macos_grants

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

dependencies:
  macos_grants: ^0.1.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:macos_grants/macos_grants.dart';
0
likes
150
points
48
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

macOS privacy grants from Flutter: read Full Disk Access, Accessibility and Screen Recording, and find out whether this copy of your app can hold a grant at all.

Repository (GitHub)
View/report issues

Topics

#macos #permissions #privacy #code-signing #desktop

License

MIT (license)

Dependencies

flutter

More

Packages that depend on macos_grants

Packages that implement macos_grants