url_launcher_tvos 0.0.1
url_launcher_tvos: ^0.0.1 copied to clipboard
The tvOS (Apple TV) implementation of the url_launcher plugin, for launching URLs from Flutter apps.
0.0.1 #
- Initial tvOS implementation of
url_launcher, ported fromurl_launcher_ios6.4.1. External launches (launchUrl) andcanLaunchUrlwork viaUIApplication.open/canOpenURL. The in-app browser modes (inAppBrowserView/inAppWebView) are unsupported on tvOS (no SafariServices):supportsModereportsfalse, and a launch requested with an in-app mode falls back to an external launch (the same fallback the browser-less macOS/Windows/Linux implementations make) rather than throwing. Unlike those three,supportsModealso reportstrueforexternalNonBrowserApplication, sinceuniversalLinksOnlyis forwarded to the host.