permission_handler_windows

v0.2.2

Permission 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_windows

README

permission_handler_windows

pub package Build status style: flutter lints

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_interface to version 4.1.0 (SiriKit support is only available for iOS and macOS).

0.2.0

  • Implements the Permission.calendarWriteOnly and Permission.calendarFullAccess permissions.
  • Bumps permission_handler_platform_interface to version 4.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.