| Crates.io | tauri-plugin-holochain-service-client |
| lib.rs | tauri-plugin-holochain-service-client |
| version | 0.2.2 |
| created_at | 2025-05-27 00:08:34.161941+00 |
| updated_at | 2025-09-03 00:45:25.812015+00 |
| description | Tauri plugin enabling an Android app to run as a client of the tauri-plugin-holochain-service |
| homepage | https://github.com/holochain/android-service-runtime |
| repository | |
| max_upload_size | |
| id | 1690445 |
| size | 279,918 |
A Tauri plugin for holochain end-user apps.
With this plugin, you can write an android app that relies on holochain, without bundling the holochain conductor.
Instead, this plugin expects that you have another android app installed,
with the tauri plugin tauri-plugin-holochain-service,
and will use that app's holochain conductor.
See the example-client-app for a example of how to use this plugin in your Tauri app.
To add additional translation locales for android UI widgets, copy the directory android/src/main/res/values to android/src/main/res/values-<LANGUAGE>[-<REGION>]. Where <LANGUAGE> is replaced with the language code and <REGION> is replaced with the region code.