-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpubspec.yaml
42 lines (37 loc) · 1.31 KB
/
pubspec.yaml
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
40
41
42
name: usercentrics_sdk
description: The Usercentrics Apps SDK is a Consent Management Platform framework that ensures legal compliance for different legal frameworks.
homepage: https://usercentrics.com
documentation: https://docs.usercentrics.com/cmp_in_app_sdk/
repository: https://github.com/Usercentrics/flutter-sdk/
# Update version process:
# [X] pubspec.yaml
# [X] android/build.gradle
# [X] ios/usercentrics_sdk.podspec + pod install/update
# [X] CHANGELOG.md
version: 2.18.4
environment:
sdk: ">=2.17.1 <4.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.21.1
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.1
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
plugin:
platforms:
android:
package: com.usercentrics.sdk.flutter
pluginClass: UsercentricsPlugin
ios:
pluginClass: UsercentricsPlugin