@lanzorg/commitlint-config-template 0.0.43 → 0.0.44
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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,13 @@ Preset collection for README files, targeting the vast majority of commonly used
|
|
|
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
26
|
|
|
27
|
+
## Mockup Gallery
|
|
28
|
+
|
|
29
|
+
<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%"><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%"><img src="https://placehold.co/150x325/666/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%"><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>
|
|
30
|
+
|
|
27
31
|
## Update Pub Package
|
|
28
32
|
|
|
29
|
-
Suspendisse blandit justo vel sollicitudin.
|
|
33
|
+
[//]: # (Suspendisse blandit justo vel sollicitudin.)
|
|
30
34
|
|
|
31
35
|
```sh
|
|
32
36
|
flutter pub add senchard --git-url https://github.com/olankens/senchard
|
|
@@ -34,7 +38,7 @@ flutter pub add senchard --git-url https://github.com/olankens/senchard
|
|
|
34
38
|
|
|
35
39
|
## Instantiate the Client
|
|
36
40
|
|
|
37
|
-
Suspendisse blandit justo vel sollicitudin.
|
|
41
|
+
[//]: # (Suspendisse blandit justo vel sollicitudin.)
|
|
38
42
|
|
|
39
43
|
```dart
|
|
40
44
|
var client = Client('television_ip_address_here', foolish: true);
|
|
@@ -42,7 +46,7 @@ var client = Client('television_ip_address_here', foolish: true);
|
|
|
42
46
|
|
|
43
47
|
## Update Picture Mode
|
|
44
48
|
|
|
45
|
-
Suspendisse blandit justo vel sollicitudin.
|
|
49
|
+
[//]: # (Suspendisse blandit justo vel sollicitudin.)
|
|
46
50
|
|
|
47
51
|
```dart
|
|
48
52
|
await client
|