diff --git a/pluto-plugins/plugins/datastore/README.md b/pluto-plugins/plugins/datastore/README.md index 41b8972b..99745bb8 100644 --- a/pluto-plugins/plugins/datastore/README.md +++ b/pluto-plugins/plugins/datastore/README.md @@ -1,5 +1,7 @@ ## Integrate Datastore Preferences Plugin in your application +[DataStore Preferences Demo.webm](https://github.com/user-attachments/assets/0b4dfda2-f597-4bcd-8600-2802d0595d0c) + ### Add Gradle Dependencies 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. diff --git a/pluto-plugins/plugins/exceptions/README.md b/pluto-plugins/plugins/exceptions/README.md index ea55bfe3..e3df1b78 100644 --- a/pluto-plugins/plugins/exceptions/README.md +++ b/pluto-plugins/plugins/exceptions/README.md @@ -1,5 +1,6 @@ ## Integrate Exceptions Plugin in your application +[Crashes and ANRs Demo.webm](https://github.com/user-attachments/assets/ed690b3b-5d7e-415e-9373-6f6d183a4def) ### Add Gradle Dependencies 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. diff --git a/pluto-plugins/plugins/layout-inspector/README.md b/pluto-plugins/plugins/layout-inspector/README.md index 556bccad..5502b49d 100644 --- a/pluto-plugins/plugins/layout-inspector/README.md +++ b/pluto-plugins/plugins/layout-inspector/README.md @@ -1,5 +1,6 @@ ## Integrate Layout Inspector Plugin in your application +[Layout Inspector.webm](https://github.com/user-attachments/assets/ac566253-6787-4515-9cca-0d8d0a820976) ### Add Gradle Dependencies 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. diff --git a/pluto-plugins/plugins/logger/README.md b/pluto-plugins/plugins/logger/README.md index 4ce4f023..da8ac450 100644 --- a/pluto-plugins/plugins/logger/README.md +++ b/pluto-plugins/plugins/logger/README.md @@ -1,5 +1,6 @@ ## Integrate Logger Plugin in your application +[Logger Demo.webm](https://github.com/user-attachments/assets/81b74c84-393c-4cda-a95f-2070d2cb4853) ### Add Gradle Dependencies 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. diff --git a/pluto-plugins/plugins/network/README.md b/pluto-plugins/plugins/network/README.md index 81d22578..51ac1244 100644 --- a/pluto-plugins/plugins/network/README.md +++ b/pluto-plugins/plugins/network/README.md @@ -1,5 +1,6 @@ ## Integrate Network Plugin in your application +[Network & API calls Demo.webm](https://github.com/user-attachments/assets/c95f8aec-ad96-4e31-b1c6-ddcd763260de) ### Add Gradle Dependencies 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. diff --git a/pluto-plugins/plugins/rooms-database/README.md b/pluto-plugins/plugins/rooms-database/README.md index 2b18cf6d..5e5029c4 100644 --- a/pluto-plugins/plugins/rooms-database/README.md +++ b/pluto-plugins/plugins/rooms-database/README.md @@ -1,5 +1,6 @@ ## Integrate Rooms Database Plugin in your application +[Rooms DB Demo.webm](https://github.com/user-attachments/assets/6a496856-7db3-43c5-89ec-6e036dd2ee41) ### Add Gradle Dependencies 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. diff --git a/pluto-plugins/plugins/shared-preferences/README.md b/pluto-plugins/plugins/shared-preferences/README.md index d52cf50f..9ee23291 100644 --- a/pluto-plugins/plugins/shared-preferences/README.md +++ b/pluto-plugins/plugins/shared-preferences/README.md @@ -1,5 +1,6 @@ ## Integrate Shared Preferences Plugin in your application +[Shared Preferences Demo.webm](https://github.com/user-attachments/assets/2bef6564-9942-4e91-b14b-bbe4069b3837) ### Add Gradle Dependencies 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.