mobiler 0.19.0

Build mobile apps in Rust — one core, native UI on Android, iOS, and the web (CLI)
1
2
3
4
5
6
7
8
9
10
name = "tts"
summary = "Text-to-speech — speak a string aloud (free, no permission)"

[android]
sources = ["android/TtsPlugin.kt"]
register = '"tts" to TtsPlugin(application)'

[ios]
sources = ["ios/TtsPlugin.swift"]
register = 'case "tts": return await TtsPlugin.handle(op: op, input: input)'