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 = "sharefile"
summary = "Share a file/image via the system share sheet (free, no permission)"

[android]
sources = ["android/SharefilePlugin.kt"]
register = '"sharefile" to SharefilePlugin(application)'

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