-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.sdk_metadata.json
More file actions
33 lines (33 loc) · 1.11 KB
/
.sdk_metadata.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
{
"version": 1,
"sdks": {
"flutter-client-sdk": {
"name": "Flutter Client SDK",
"type": "client-side",
"path": "packages/flutter_client_sdk",
"languages": [
"Dart"
],
"userAgents": ["FlutterClientSdk"],
"wrapperNames": ["FlutterClientSdk"],
"features": {
"allFlags": { "introduced": "1.0" },
"appMetadata": { "introduced": "1.3" },
"autoEnvAttrs": { "introduced": "3.0" },
"bigSegments": { "introduced": "1.0" },
"contexts": { "introduced": "2.0" },
"experimentation": { "introduced": "1.0" },
"flagChanges": { "introduced": "1.0" },
"hooks": { "introduced": "4.12" },
"inlineContextCustomEvents": { "introduced": "4.11.1" },
"offlineMode": { "introduced": "1.0" },
"perContextSummaryEvents": { "introduced": "4.15" },
"pluginSupport": { "introduced": "4.12" },
"privateAttrs": { "introduced": "1.0" },
"relayProxyProxy": { "introduced": "1.0" },
"track": { "introduced": "1.0" },
"variationDetail": { "introduced": "1.0" }
}
}
}
}