@lanzorg/commitlint-config-template 0.0.109 → 0.0.111

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.
Files changed (2) hide show
  1. package/README.md +76 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,18 +1,79 @@
1
- <div align="center">
2
- <!--<p><img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/typescript.svg" width="128"></p>-->
3
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/typescript.svg" align="center" width="128">
4
- <!--<h1><samp>TEMPLATE</samp></h1>-->
5
- <h1>TEMPLATE</h1>
6
- <p>
7
- 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.
8
- </p>
9
- <p>
10
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/springai.svg" width="64">
11
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/ionic.svg" width="64">
12
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/flyway.svg" width="64">
13
- <img src="https://raw.githubusercontent.com/olankens/template/HEAD/.assets/rabbitmq.svg" width="64">
14
- </p>
15
- </div>
1
+ # OVERVIEW
2
+
3
+ <p><img src="https://placehold.co/900x325/888/888" align="center" width="100%"></p>
4
+
5
+ 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.
6
+
7
+ ## Supported Platforms
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
+
16
77
 
17
78
  [//]: # (# TEMPLATE)
18
79
  [//]: # (<p><img src="https://placehold.co/900x325/aaa/aaa" align="center" width="100%"></p>)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.109",
3
+ "version": "0.0.111",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [