Skip to content

Commit 07c38cf

Browse files
authored
chore: plugin demo videos added to README.md files (#352)
* datastore * network * exceptions * shared preferences * rooms db * layout inspector * logger
1 parent f91dd2c commit 07c38cf

File tree

7 files changed

+8
-0
lines changed

7 files changed

+8
-0
lines changed

pluto-plugins/plugins/datastore/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Integrate Datastore Preferences Plugin in your application
22

3+
[DataStore Preferences Demo.webm](https://github.com/user-attachments/assets/0b4dfda2-f597-4bcd-8600-2802d0595d0c)
4+
35

46
### Add Gradle Dependencies
57
Pluto Datastore Preferences is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/datastore-pref). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

pluto-plugins/plugins/exceptions/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Integrate Exceptions Plugin in your application
22

3+
[Crashes and ANRs Demo.webm](https://github.com/user-attachments/assets/ed690b3b-5d7e-415e-9373-6f6d183a4def)
34

45
### Add Gradle Dependencies
56
Pluto Exceptions is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/exceptions). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

pluto-plugins/plugins/layout-inspector/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Integrate Layout Inspector Plugin in your application
22

3+
[Layout Inspector.webm](https://github.com/user-attachments/assets/ac566253-6787-4515-9cca-0d8d0a820976)
34

45
### Add Gradle Dependencies
56
Pluto Layout Inspector is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/layout-inspector). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

pluto-plugins/plugins/logger/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Integrate Logger Plugin in your application
22

3+
[Logger Demo.webm](https://github.com/user-attachments/assets/81b74c84-393c-4cda-a95f-2070d2cb4853)
34

45
### Add Gradle Dependencies
56
Pluto Logger is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/logger). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

pluto-plugins/plugins/network/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Integrate Network Plugin in your application
22

3+
[Network & API calls Demo.webm](https://github.com/user-attachments/assets/c95f8aec-ad96-4e31-b1c6-ddcd763260de)
34

45
### Add Gradle Dependencies
56
Pluto Network is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/network). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

pluto-plugins/plugins/rooms-database/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Integrate Rooms Database Plugin in your application
22

3+
[Rooms DB Demo.webm](https://github.com/user-attachments/assets/6a496856-7db3-43c5-89ec-6e036dd2ee41)
34

45
### Add Gradle Dependencies
56
Pluto Rooms Database is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/rooms-db). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

pluto-plugins/plugins/shared-preferences/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Integrate Shared Preferences Plugin in your application
22

3+
[Shared Preferences Demo.webm](https://github.com/user-attachments/assets/2bef6564-9942-4e91-b14b-bbe4069b3837)
34

45
### Add Gradle Dependencies
56
Pluto Shared Preferences is distributed through [***mavenCentral***](https://central.sonatype.com/artifact/com.androidpluto.plugins/preferences). To use it, you need to add the following Gradle dependency to your build.gradle file of you android app module.

0 commit comments

Comments
 (0)