"Fossies" - the Fresh Open Source Software Archive 
Member "flutter-3.7.1/dev/docs/dashing.json" (1 Feb 2023, 1269 Bytes) of package /linux/misc/flutter-3.7.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "name": "flutter",
3 "package": "flutter",
4 "author": {
5 "name": "The Flutter Team",
6 "link": "https://flutter.dev"
7 },
8 "index": "index.html",
9 "icon32x32": "flutter/static-assets/favicon.png",
10 "allowJS": true,
11 "ExternalURL": "https://api.flutter.dev",
12 "selectors": {
13 "#exceptions span.name a": {
14 "type": "Exception"
15 },
16
17 "h1 > span.kind-library": {
18 "type": "Library"
19 },
20
21 "h1 > span.kind-class": {
22 "type": "Class"
23 },
24
25 "h1 > span.kind-function": {
26 "type": "Function"
27 },
28
29 "h1 > span.kind-typedef": {
30 "type": "Type"
31 },
32
33 "h1 > span.kind-enum": {
34 "type": "Enum"
35 },
36
37 "h1 > span.kind-top-level-constant": {
38 "type": "Constant"
39 },
40
41 "h1 > span.kind-constant": {
42 "type": "Constant"
43 },
44
45 "h1 > span.kind-method": {
46 "type": "Method"
47 },
48
49 "h1 > span.kind-property": {
50 "type": "Property"
51 },
52
53 "h1 > span.kind-top-level-property": {
54 "type": "Property"
55 },
56
57 "h1 > span.kind-constructor": {
58 "type": "Constructor"
59 },
60
61 ".callables .callable": {
62 "requiretext": "operator ",
63 "type": "Operator",
64 "regexp": "operator ",
65 "replacement": ""
66 }
67 },
68 "ignore": [
69 "ABOUT"
70 ]
71 }