mobiler 0.20.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 = "composer"
summary = "Compose email / SMS / phone call via the system apps (free, no permission)"

[android]
sources = ["android/ComposerPlugin.kt"]
register = '"composer" to ComposerPlugin(application)'

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