You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
name: permission_handler
|
|
|
|
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
|
|
|
|
version: 10.0.0
|
|
|
|
homepage: https://github.com/baseflow/flutter-permission-handler
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.15.0 <3.0.0"
|
|
|
|
flutter: ">=2.8.0"
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
default_package: permission_handler_android
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
meta: ^1.7.0
|
|
|
|
permission_handler_android:
|
|
|
|
git:
|
|
|
|
url: https://git.oa00.com/austin_dai/permission_handler_android.git
|
|
|
|
permission_handler_platform_interface:
|
|
|
|
git:
|
|
|
|
url: https://git.oa00.com/austin_dai/permission_handler_platform_interface.git
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_lints: ^1.0.4
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
mockito: ^5.0.1
|
|
|
|
plugin_platform_interface: ^2.0.0
|