url_launcher_watchos 0.0.1
url_launcher_watchos: ^0.0.1 copied to clipboard
watchOS implementation of the url_launcher plugin: opens tel:/sms: through the system handler and hands web links to the paired iPhone via Handoff, over dart:ffi.
0.0.1 #
- Initial release: watchOS implementation of
url_launcherover dart:ffi. tel:andsms:open through-[WKApplication openSystemURL:].http:andhttps:are published as anNSUserActivityfor Handoff to the paired iPhone or Mac; the watch has no WebKit to render them itself.- Other schemes (including
mailto:) report unsupported rather than failing silently.