UNPKG

1.76 kBYAMLView Raw
1name: expo_permissions
2description: Expo Permissions standalone module
3version: 1.0.0
4author: 650 Industries, Inc.
5homepage: https://docs.expo.io
6
7dependencies:
8 flutter:
9 sdk: flutter
10 expo_flutter_adapter:
11 path: ../expo_flutter_adapter
12 expo_core:
13 path: ../expo-core
14 expo_permissions_interface:
15 path: ../expo-permissions-interface
16
17# For information on the generic Dart part of this file, see the
18# following page: https://www.dartlang.org/tools/pub/pubspec
19
20# The following section is specific to Flutter.
21flutter:
22 plugin:
23 androidPackage: expo.modules.permissions.flutter
24 pluginClass: ExpoPermissionsFlutterPlugin
25
26 # To add assets to your plugin package, add an assets section, like this:
27 # assets:
28 # - images/a_dot_burr.jpeg
29 # - images/a_dot_ham.jpeg
30 #
31 # For details regarding assets in packages, see
32 # https://flutter.io/assets-and-images/#from-packages
33 #
34 # An image asset can refer to one or more resolution-specific "variants", see
35 # https://flutter.io/assets-and-images/#resolution-aware.
36
37 # To add custom fonts to your plugin package, add a fonts section here,
38 # in this "flutter" section. Each entry in this list should have a
39 # "family" key with the font family name, and a "fonts" key with a
40 # list giving the asset and other descriptors for the font. For
41 # example:
42 # fonts:
43 # - family: Schyler
44 # fonts:
45 # - asset: fonts/Schyler-Regular.ttf
46 # - asset: fonts/Schyler-Italic.ttf
47 # style: italic
48 # - family: Trajan Pro
49 # fonts:
50 # - asset: fonts/TrajanPro.ttf
51 # - asset: fonts/TrajanPro_Bold.ttf
52 # weight: 700
53 #
54 # For details regarding fonts in packages, see
55 # https://flutter.io/custom-fonts/#from-packages