permission_handler_windows
v0.2.2Permission plugin for Flutter. This plugin provides the Windows API to request and check permissions.
Архив пакета: https://pubdev.letsnova.ru/api/archives/permission_handler_windows/0.2.2.tar.gz
dart pub add permission_handler_windowsREADME
permission_handler_windows
The official Windows implementation of the permission_handler plugin by Baseflow.
Usage
Starting from version 9.2.0 of the permission_handler plugin this is the endorsed Windows implementation. This means it will automatically be added to your dependencies when you depend on permission_handler: ^9.2.0 in your applications pubspec.yaml.
More detailed instructions on using the API can be found in the README.md of the permission_handler package.
Issues
Please file any issues, bugs or feature requests as an issue on our GitHub page. Commercial support is available, you can contact us at hello@baseflow.com.
Want to contribute
If you would like to contribute to the plugin (e.g. by improving the documentation, solving a bug or adding a cool new feature), please carefully review our contribution guide and send us your pull request.
Author
This permission_handler plugin for Flutter is developed by Baseflow.
История изменений
0.2.2
- Added support for the new Android 17 permission
ACCESS_LOCAL_NETWORK
0.2.1
- Updates the dependency on
permission_handler_platform_interfaceto version 4.1.0 (SiriKit support is only available for iOS and macOS).
0.2.0
- Implements the
Permission.calendarWriteOnlyandPermission.calendarFullAccesspermissions. - Bumps
permission_handler_platform_interfaceto version4.0.0.
0.1.3
- Adds the new Android 13 permission "BODY_SENSORS_BACKGROUND" to PermissionHandlerEnums.h.
0.1.2
- Adds the new Android 13 permissions "SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO" to permission_constants.h.
0.1.1
- Adds the new Android 13 NEARBY_WIFI_DEVICES permission to permission_constants.h.
0.1.0
- Adds an initial implementation of Windows support for the permission_handler plugin.
