url_launcher_string library
Classes
- BrowserConfiguration
- Additional configuration options for LaunchMode.inAppBrowserView
- WebViewConfiguration
- Additional configuration options for LaunchMode.inAppWebView.
Enums
- LaunchMode
- The desired mode to launch a URL.
Functions
-
canLaunchUrlString(
String urlString) → Future< bool> - String version of canLaunchUrl.
-
launchUrlString(
String urlString, {LaunchMode mode = LaunchMode.platformDefault, WebViewConfiguration webViewConfiguration = const WebViewConfiguration(), BrowserConfiguration browserConfiguration = const BrowserConfiguration(), String? webOnlyWindowName}) → Future< bool> - String version of launchUrl.