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

A comprehensive Flutter permission handler utility with singleton pattern, platform-specific version handling, error management, and user-friendly result objects for all iOS and Android permissions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gt_permission

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

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

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter permission handler utility with singleton pattern, platform-specific version handling, error management, and user-friendly result objects for all iOS and Android permissions.

Repository (GitHub)
View/report issues

Topics

#permissions #permission-handler #android #ios #utilities

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, permission_handler

More

Packages that depend on gt_permission