@lanzorg/commitlint-config-template 0.0.42 → 0.0.43

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 +42 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,3 +23,45 @@ Preset collection for README files, targeting the vast majority of commonly used
23
23
  ## 6-Element Row
24
24
 
25
25
  <p><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/666/fff" align="center" width="16.6666666667%"><img src="https://placehold.co/150x325/333/fff" align="center" width="16.6666666667%"></p>
26
+
27
+ ## Update Pub Package
28
+
29
+ Suspendisse blandit justo vel sollicitudin.
30
+
31
+ ```sh
32
+ flutter pub add senchard --git-url https://github.com/olankens/senchard
33
+ ```
34
+
35
+ ## Instantiate the Client
36
+
37
+ Suspendisse blandit justo vel sollicitudin.
38
+
39
+ ```dart
40
+ var client = Client('television_ip_address_here', foolish: true);
41
+ ```
42
+
43
+ ## Update Picture Mode
44
+
45
+ Suspendisse blandit justo vel sollicitudin.
46
+
47
+ ```dart
48
+ await client
49
+ ..attach()
50
+ ..changePictureMode(PictureMode.cinemaNight)
51
+ ..revertPictureMode()
52
+ ..changeApplyPicture(ApplyPicture.all)
53
+ ..changeLocalDimming(LocalDimming.off)
54
+ ..changeBacklight(40)
55
+ ..changeBrightness(50)
56
+ ..changeContrast(70)
57
+ ..changeColorSaturation(50)
58
+ ..changeSharpness(5)
59
+ ..changeAdaptiveContrast(AdaptiveContrast.off)
60
+ ..changeUltraSmoothMotion(UltraSmoothMotion.off)
61
+ ..changeNoiseReduction(NoiseReduction.off)
62
+ ..changeColorTemperature(ColorTemperature.warm1)
63
+ ..changeColorGamut(ColorGamut.native)
64
+ ..changeGammaAdjustment(GammaAdjustment.gamma22)
65
+ ..toggleViewingAngle()
66
+ ..detach();
67
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanzorg/commitlint-config-template",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [