forked from jeremiahseun/Stripe-Identity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (33 loc) · 969 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (33 loc) · 969 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
34
35
36
37
38
39
name: stripe_identity_plugin
description: "A Flutter plugin for implementing Stripe Identity Verification in your Flutter applications."
version: 1.0.5
maintainer: "Jeremiah Erinola - seunjeremiah@gmail.com"
repository: "https://github.com/jeremiahseun/Stripe-Identity"
homepage: "https://github.com/jeremiahseun/Stripe-Identity"
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
# 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:
platforms:
android:
package: com.stripe.identity.identity
pluginClass: StripeIdentityPlugin
ios:
pluginClass: StripeIdentityPlugin
topics:
- stripe
- identity
- verification
- kyc