Federated tvOS port of url_launcher (url_launcher_tvos). The url_launcher_ios native code uses UIApplication.open / canOpenURL, both available on tvOS; only the in-app Safari mode (SFSafariViewController) is tvOS-absent, so the tvOS implementation returns unsupported for the in-app browser modes and supports external launch only.
Note: tvOS has no web browser, so http(s) URLs resolve only via universal links / app URL schemes (API-valid but functionally limited). Pin to the same recipe as the other _tvos ports.
Federated tvOS port of
url_launcher(url_launcher_tvos). Theurl_launcher_iosnative code usesUIApplication.open/canOpenURL, both available on tvOS; only the in-app Safari mode (SFSafariViewController) is tvOS-absent, so the tvOS implementation returns unsupported for the in-app browser modes and supports external launch only.Note: tvOS has no web browser, so
http(s)URLs resolve only via universal links / app URL schemes (API-valid but functionally limited). Pin to the same recipe as the other_tvosports.