From 44a9af3840bb6e5f7c444e44d3d24d7c9cf0b573 Mon Sep 17 00:00:00 2001 From: Prateek Date: Tue, 4 Mar 2025 23:32:23 +0530 Subject: [PATCH 1/7] datastore --- pluto-plugins/plugins/datastore/README.md | 2 ++ 1 file changed, 2 insertions(+) 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. From 55f3b700ee75c7dcf252c4955749ac7862f497f0 Mon Sep 17 00:00:00 2001 From: Prateek Date: Wed, 5 Mar 2025 00:01:43 +0530 Subject: [PATCH 2/7] network --- pluto-plugins/plugins/network/README.md | 1 + 1 file changed, 1 insertion(+) 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. From 57aadc31b356bbab28301b65ccb3ddd35338b76a Mon Sep 17 00:00:00 2001 From: Prateek Date: Wed, 5 Mar 2025 00:04:03 +0530 Subject: [PATCH 3/7] exceptions --- pluto-plugins/plugins/exceptions/README.md | 1 + 1 file changed, 1 insertion(+) 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. From 51afacf7ff187a08f5ee47b33ea646d49758c4e1 Mon Sep 17 00:00:00 2001 From: Prateek Date: Wed, 5 Mar 2025 00:08:51 +0530 Subject: [PATCH 4/7] shared preferences --- pluto-plugins/plugins/shared-preferences/README.md | 1 + 1 file changed, 1 insertion(+) 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. From e219b4bbfc17081f827d00d82a2a1f52c7d843e3 Mon Sep 17 00:00:00 2001 From: Prateek Date: Wed, 5 Mar 2025 00:16:56 +0530 Subject: [PATCH 5/7] rooms db --- pluto-plugins/plugins/rooms-database/README.md | 1 + 1 file changed, 1 insertion(+) 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. From 0b8d21af446aa87c82061f91a84ff9e7c001c16e Mon Sep 17 00:00:00 2001 From: Prateek Date: Wed, 5 Mar 2025 00:21:28 +0530 Subject: [PATCH 6/7] layout inspector --- pluto-plugins/plugins/layout-inspector/README.md | 1 + 1 file changed, 1 insertion(+) 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. From a5faadc599b89ae0b50ae4db4bf07fb0ac3c681c Mon Sep 17 00:00:00 2001 From: Prateek Date: Wed, 5 Mar 2025 00:52:23 +0530 Subject: [PATCH 7/7] logger --- pluto-plugins/plugins/logger/README.md | 1 + 1 file changed, 1 insertion(+) 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.