-
-
Notifications
You must be signed in to change notification settings - Fork 951
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (27 loc) · 807 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (27 loc) · 807 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
32
33
name: permission_handler_default
description: Permission handler for platforms that don't have specific support. It assume that all permissions are granted.
version: 0.0.1
homepage:
environment:
sdk: '>=3.0.5 <4.0.0'
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
permission_handler_platform_interface: ^3.7.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.1.2
test: ^1.24.4
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
plugin:
implements: permission_handler
platforms:
linux:
dartPluginClass: DefaultPermissionHandler
fileName: permission_handler_default.dart