url_launcher_tizen

Creator: coderz1093

Last updated:

Add to Cart

Description:

url launcher tizen

url_launcher_tizen #

The Tizen implementation of url_launcher.
Usage #
This package is not an endorsed implementation of url_launcher. Therefore, you have to include url_launcher_tizen alongside url_launcher as dependencies in your pubspec.yaml file.
dependencies:
url_launcher: ^6.1.0
url_launcher_tizen: ^2.1.2
copied to clipboard
Then you can import url_launcher in your Dart code:
import 'package:url_launcher/url_launcher.dart';
copied to clipboard
For detailed usage, see https://pub.dev/packages/url_launcher#usage.
Required privileges #
To use this plugin in a Tizen application, the application manager privilege is required. Add below lines under the <manifest> section in your tizen-manifest.xml file.
<privileges>
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>
</privileges>
copied to clipboard
For detailed information on Tizen privileges, see Tizen Docs: API Privileges.
Notes #

A PlatformException is raised if no application on the device can open the provided URL.
Only the default launch mode (LaunchMode.platformDefault) is supported on Tizen.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.