Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pluto-plugins/plugins/datastore/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pluto-plugins/plugins/exceptions/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pluto-plugins/plugins/layout-inspector/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pluto-plugins/plugins/logger/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pluto-plugins/plugins/network/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pluto-plugins/plugins/rooms-database/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pluto-plugins/plugins/shared-preferences/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down