@lanzorg/commitlint-config-template 0.0.111 → 0.0.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -157
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,171 +1,50 @@
|
|
|
1
|
-
#
|
|
1
|
+
# <code>TEMPLATE</code>
|
|
2
2
|
|
|
3
|
-
<p><img src="https://placehold.co/
|
|
3
|
+
<p><img src="https://placehold.co/1024x416/ccc/ccc" align="center" width="100%"></p>
|
|
4
4
|
|
|
5
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
5
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut semper turpis ipsum, at vulputate lacus congue pulvinar. In et convallis nunc, eget tempor orci. Nullam et viverra eros. In scelerisque aenean.
|
|
6
6
|
|
|
7
|
-
##
|
|
8
|
-
|
|
9
|
-
<table>
|
|
10
|
-
<tbody><tr>
|
|
11
|
-
<td align="center" width="99999"><samp>AND</samp></td>
|
|
12
|
-
<td align="center" width="99999"><samp>IOS</samp></td>
|
|
13
|
-
<td align="center" width="99999"><samp>LIN</samp></td>
|
|
14
|
-
<td align="center" width="99999"><samp>MAC</samp></td>
|
|
15
|
-
<td align="center" width="99999"><samp>WIN</samp></td>
|
|
16
|
-
<td align="center" width="99999"><samp>WEB</samp></td>
|
|
17
|
-
</tr></tbody>
|
|
18
|
-
<tbody><tr>
|
|
19
|
-
<td align="center" height="64"><p>✅</p></td>
|
|
20
|
-
<td align="center"><p>✅</p></td>
|
|
21
|
-
<td align="center"><p>✅</p></td>
|
|
22
|
-
<td align="center"><p>✅</p></td>
|
|
23
|
-
<td align="center"><p>✅</p></td>
|
|
24
|
-
<td align="center"><p>❌</p></td>
|
|
25
|
-
</tr></tbody>
|
|
26
|
-
</table>
|
|
27
|
-
|
|
28
|
-
# GUIDANCE
|
|
29
|
-
|
|
30
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam varius auctor enim, a bibendum nulla. Ut aliquam dictum nunc id viverra. In condimentum id orci a maximus. Ut ornare, quam id lobortis efficitur, elit nisl pulvinar dui, et est.
|
|
31
|
-
|
|
32
|
-
## Installing Pub Package
|
|
33
|
-
|
|
34
|
-
```sh
|
|
35
|
-
flutter pub add senchard --git-url https://github.com/olankens/senchard
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Instantiating the Client
|
|
39
|
-
|
|
40
|
-
```dart
|
|
41
|
-
var client = Client('television_ip_address_here', foolish: true);
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## Updating Picture Mode
|
|
45
|
-
|
|
46
|
-
```dart
|
|
47
|
-
await client
|
|
48
|
-
..attach()
|
|
49
|
-
..changePictureMode(PictureMode.cinemaNight)
|
|
50
|
-
..revertPictureMode()
|
|
51
|
-
..changeApplyPicture(ApplyPicture.all)
|
|
52
|
-
..changeLocalDimming(LocalDimming.off)
|
|
53
|
-
..changeBacklight(40)
|
|
54
|
-
..changeBrightness(50)
|
|
55
|
-
..changeContrast(70)
|
|
56
|
-
..changeColorSaturation(50)
|
|
57
|
-
..changeSharpness(5)
|
|
58
|
-
..changeAdaptiveContrast(AdaptiveContrast.off)
|
|
59
|
-
..changeUltraSmoothMotion(UltraSmoothMotion.off)
|
|
60
|
-
..changeNoiseReduction(NoiseReduction.off)
|
|
61
|
-
..changeColorTemperature(ColorTemperature.warm1)
|
|
62
|
-
..changeColorGamut(ColorGamut.native)
|
|
63
|
-
..changeGammaAdjustment(GammaAdjustment.gamma22)
|
|
64
|
-
..toggleViewingAngle()
|
|
65
|
-
..detach();
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
---
|
|
70
|
-
|
|
71
|
-
# OVERVIEW
|
|
72
|
-
|
|
73
|
-
<p><img src="https://placehold.co/900x325/888/888" align="center" width="100%"></p>
|
|
74
|
-
|
|
75
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sed leo quam. Aliquam feugiat diam mauris, ac efficitur nunc luctus in. Cras auctor efficitur luctus. In vitae laoreet sem, ac eleifend lectus. Nulla eu ipsum nec enim pharetra.
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
[//]: # (# TEMPLATE)
|
|
79
|
-
[//]: # (<p><img src="https://placehold.co/900x325/aaa/aaa" align="center" width="100%"></p>)
|
|
80
|
-
[//]: # (Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida. Donec leo mi, ullamcorper sit amet urna a placerat.)
|
|
81
|
-
|
|
82
|
-
## 2-Element Row
|
|
83
|
-
|
|
84
|
-
<p><img src="https://placehold.co/450x325/ccc/ccc" align="center" width="50%"><img src="https://placehold.co/450x325/aaa/aaa" align="center" width="50%"></p>
|
|
85
|
-
|
|
86
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
87
|
-
|
|
88
|
-
## 3-Element Row
|
|
89
|
-
|
|
90
|
-
<p><img src="https://placehold.co/300x325/ccc/ccc" align="center" width="33.333333%"><img src="https://placehold.co/300x325/aaa/aaa" align="center" width="33.333333%"><img src="https://placehold.co/300x325/ccc/ccc" align="center" width="33.333333%"></p>
|
|
91
|
-
|
|
92
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
93
|
-
|
|
94
|
-
## 4-Element Row
|
|
95
|
-
|
|
96
|
-
<p><img src="https://placehold.co/225x325/ccc/ccc" align="center" width="25%"><img src="https://placehold.co/225x325/aaa/aaa" align="center" width="25%"><img src="https://placehold.co/225x325/ccc/ccc" align="center" width="25%"><img src="https://placehold.co/225x325/aaa/aaa" align="center" width="25%"></p>
|
|
97
|
-
|
|
98
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
99
|
-
|
|
100
|
-
## 5-Element Row
|
|
101
|
-
|
|
102
|
-
<p><img src="https://placehold.co/180x325/ccc/ccc" align="center" width="20%"><img src="https://placehold.co/180x325/aaa/aaa" align="center" width="20%"><img src="https://placehold.co/180x325/ccc/ccc" align="center" width="20%"><img src="https://placehold.co/180x325/aaa/aaa" align="center" width="20%"><img src="https://placehold.co/180x325/ccc/ccc" align="center" width="20%"></p>
|
|
103
|
-
|
|
104
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
105
|
-
|
|
106
|
-
## 6-Element Row
|
|
107
|
-
|
|
108
|
-
<p><img src="https://placehold.co/150x325/ccc/ccc" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/aaa/aaa" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/ccc/ccc" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/aaa/aaa" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/ccc/ccc" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/aaa/aaa" align="center" width="16.6666666667%"></p>
|
|
109
|
-
|
|
110
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
111
|
-
|
|
112
|
-
## Y-Element Row
|
|
113
|
-
|
|
114
|
-
<p><img src="https://placehold.co/150x325/ccc/ccc" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/aaa/aaa" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/ccc/ccc" align="center" width="16.6666666667%"><img src="https://placehold.co/450x325/aaa/aaa" align="center" width="50%"></p>
|
|
115
|
-
|
|
116
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
117
|
-
|
|
118
|
-
## Logo Gallery
|
|
119
|
-
|
|
120
|
-
<p>
|
|
121
|
-
<img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%">
|
|
122
|
-
<img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%">
|
|
123
|
-
<img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%"><img src="https://placehold.co/512x512/ccc/ccc" align="center" width="12.5%"><img src="https://placehold.co/512x512/aaa/aaa" align="center" width="12.5%">
|
|
124
|
-
</p>
|
|
125
|
-
|
|
126
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
127
|
-
|
|
128
|
-
## Wallpaper Gallery
|
|
129
|
-
|
|
130
|
-
<p>
|
|
131
|
-
<img src="https://placehold.co/1280x720/ccc/ccc" align="center" width="33.3333333333%"><img src="https://placehold.co/1280x720/aaa/aaa" align="center" width="33.3333333333%"><img src="https://placehold.co/1280x720/ccc/ccc" align="center" width="33.3333333333%">
|
|
132
|
-
<img src="https://placehold.co/1280x720/aaa/aaa" align="center" width="33.3333333333%"><img src="https://placehold.co/1280x720/ccc/ccc" align="center" width="33.3333333333%"><img src="https://placehold.co/1280x720/aaa/aaa" align="center" width="33.3333333333%">
|
|
133
|
-
</p>
|
|
134
|
-
|
|
135
|
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam non odio a sapien laoreet tempus. Maecenas ut leo hendrerit, dignissim diam ut, varius dolor. Nam pellentesque maximus gravida.
|
|
136
|
-
|
|
137
|
-
## Update Pub Package
|
|
7
|
+
## Installing Package
|
|
138
8
|
|
|
139
9
|
```sh
|
|
140
|
-
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
141
13
|
```
|
|
142
14
|
|
|
143
|
-
##
|
|
15
|
+
## Instantiating Class
|
|
144
16
|
|
|
145
17
|
```dart
|
|
146
|
-
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
147
25
|
```
|
|
148
26
|
|
|
149
|
-
##
|
|
27
|
+
## Updating Settings
|
|
150
28
|
|
|
151
29
|
```dart
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
171
50
|
```
|