url_launcher_tvos 0.0.1 copy "url_launcher_tvos: ^0.0.1" to clipboard
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 from url_launcher_ios 6.4.1. External launches (launchUrl) and canLaunchUrl work via UIApplication.open / canOpenURL. The in-app browser modes (inAppBrowserView / inAppWebView) are unsupported on tvOS (no SafariServices): supportsMode reports false, 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, supportsMode also reports true for externalNonBrowserApplication, since universalLinksOnly is forwarded to the host.
0
likes
140
points
73
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

The tvOS (Apple TV) implementation of the url_launcher plugin, for launching URLs from Flutter apps.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, url_launcher_platform_interface

More

Packages that depend on url_launcher_tvos

Packages that implement url_launcher_tvos