grant_and_activate

Last updated:

0 purchases

grant_and_activate Image
grant_and_activate Images
Add to Cart

Description:

grant and activate

grant_and_activate #
This package is a plugin for Flutter, to programmatically request permission for a given feature,
plus activation of the related service.
This plugin does not display any message, it is up to developers to display permissions/services
status to the user.
This plugin is intended to be supported on Android and iOS, but has been tested on Android only.
Usage #
Result result = checkPermissionsAndActivateServices([Feature.Bluetooth, Feature.Location]);
if (result.allOk) {
// Permissions have been granted and services are currently active
} else {
// Permissions have not been granted and/or services are not active
if (!result.getStatus(Feature.Bluetooth))
print("This application requires you to activate Bluetooth.");
}
copied to clipboard
Supported features #

Bluetooth
BluetoothConnect
BluetoothScan
Location
LocationAlways
LocationWhenInUse

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.