forked from Dev-hwang/permission_request_page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (27 loc) · 725 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (27 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: permission_request_page
description: A widget that explains and requests why app permissions are needed.
version: 1.0.1
publish_to: https://github.com
homepage: https://github.com/RedFireDigital/permission_request_page
environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.0"
dependencies:
flutter:
sdk: flutter
device_info_plus: ^10.1.0
permission_handler: ^11.3.1
shared_preferences: ^2.2.3
animations: ^2.0.11
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.pravera.permission_request_page
pluginClass: PermissionRequestPagePlugin
ios:
pluginClass: PermissionRequestPagePlugin