blob: 604c83e827abda7e65afa13f149b25ee503b79d4 [file] [log] [blame]
Daohan Chongec8ca862018-11-16 02:57:02 +08001{
2 "name": "flutter",
3 "package": "flutter",
Daohan Chongec8ca862018-11-16 02:57:02 +08004 "author": {
5 "name": "The Flutter Team",
Tim Sneath52918972019-04-05 11:39:30 -07006 "link": "https://flutter.dev"
Daohan Chongec8ca862018-11-16 02:57:02 +08007 },
8 "index": "index.html",
9 "icon32x32": "flutter/static-assets/favicon.png",
10 "allowJS": true,
Todd Volkert8e0eee92020-07-26 23:38:01 -070011 "ExternalURL": "https://api.flutter.dev",
Daohan Chongec8ca862018-11-16 02:57:02 +080012 "selectors": {
Daohan Chongec8ca862018-11-16 02:57:02 +080013 "#exceptions span.name a": {
14 "type": "Exception"
15 },
16
Greg Spencerdff25a32019-02-15 08:40:19 -080017 "h1 > span.kind-library": {
18 "type": "Library"
Daohan Chongec8ca862018-11-16 02:57:02 +080019 },
20
Greg Spencerdff25a32019-02-15 08:40:19 -080021 "h1 > span.kind-class": {
22 "type": "Class"
Daohan Chongec8ca862018-11-16 02:57:02 +080023 },
24
Greg Spencerdff25a32019-02-15 08:40:19 -080025 "h1 > span.kind-function": {
26 "type": "Function"
Daohan Chongec8ca862018-11-16 02:57:02 +080027 },
28
Greg Spencerdff25a32019-02-15 08:40:19 -080029 "h1 > span.kind-typedef": {
30 "type": "Type"
Daohan Chongec8ca862018-11-16 02:57:02 +080031 },
32
Greg Spencerdff25a32019-02-15 08:40:19 -080033 "h1 > span.kind-enum": {
34 "type": "Enum"
Daohan Chongec8ca862018-11-16 02:57:02 +080035 },
36
Greg Spencerdff25a32019-02-15 08:40:19 -080037 "h1 > span.kind-top-level-constant": {
38 "type": "Constant"
Daohan Chongec8ca862018-11-16 02:57:02 +080039 },
40
Greg Spencerdff25a32019-02-15 08:40:19 -080041 "h1 > span.kind-constant": {
42 "type": "Constant"
Daohan Chongec8ca862018-11-16 02:57:02 +080043 },
44
Greg Spencerdff25a32019-02-15 08:40:19 -080045 "h1 > span.kind-method": {
Daohan Chongec8ca862018-11-16 02:57:02 +080046 "type": "Method"
47 },
48
Greg Spencerdff25a32019-02-15 08:40:19 -080049 "h1 > span.kind-property": {
50 "type": "Property"
Daohan Chongec8ca862018-11-16 02:57:02 +080051 },
52
Greg Spencerdff25a32019-02-15 08:40:19 -080053 "h1 > span.kind-top-level-property": {
54 "type": "Property"
Daohan Chongec8ca862018-11-16 02:57:02 +080055 },
56
Greg Spencerdff25a32019-02-15 08:40:19 -080057 "h1 > span.kind-constructor": {
58 "type": "Constructor"
Daohan Chongec8ca862018-11-16 02:57:02 +080059 },
60
61 ".callables .callable": {
62 "requiretext": "operator ",
63 "type": "Operator",
64 "regexp": "operator ",
65 "replacement": ""
66 }
Daohan Chongec8ca862018-11-16 02:57:02 +080067 },
68 "ignore": [
69 "ABOUT"
70 ]
Greg Spencerf20adcc2018-11-15 15:05:57 -080071}