-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (29 loc) · 784 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (29 loc) · 784 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
name: chargebee_flutter
description: This is the official Software Development Kit (SDK) for Chargebee Flutter.
version: 0.4.8
homepage: 'https://chargebee.com'
repository: 'https://github.com/chargebee/chargebee-flutter'
environment:
sdk: ">=2.15.1 <4.0.0"
flutter: ">=2.8.1"
dependencies:
progress_dialog_null_safe: ^1.0.4
flutter:
sdk: flutter
collection: ^1.15.0
json_annotation: ^4.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
json_serializable: ^4.1.3
build_runner: ^2.1.0
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.chargebee.flutter.sdk
pluginClass: ChargebeeFlutterSdkPlugin
ios:
pluginClass: ChargebeeFlutterSdkPlugin