-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpubspec.yaml
More file actions
44 lines (40 loc) · 947 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
44 lines (40 loc) · 947 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
40
41
42
43
44
name: datadog_flutter_plugin
description: Flutter bindings and tools for utilizing Datadog Mobile SDks
version: 3.6.0
repository: https://github.com/DataDog/dd-sdk-flutter
environment:
sdk: ^3.6.0
flutter: ">=3.27.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.0.2
json_annotation: ^4.9.0
jni: ^0.14.2
ffi: ^2.1.3
uuid: ^4.0.0
meta: ^1.7.0
web: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=1.0.0"
mocktail: ^1.0.4
json_serializable: '>=6.7.0 <6.10.0'
build_runner: ^2.1.11
jnigen: ^0.14.2
datadog_common_test:
path: ../datadog_common_test
flutter:
plugin:
platforms:
android:
package: com.datadoghq.flutter
pluginClass: DatadogSdkPlugin
ios:
pluginClass: DatadogSdkPlugin
web:
pluginClass: DatadogSdkWeb
fileName: datadog_flutter_plugin_web.dart