share_plus_tizen 1.0.0 copy "share_plus_tizen: ^1.0.0" to clipboard
share_plus_tizen: ^1.0.0 copied to clipboard

discontinued
outdated

Tizen implementation of the share_plus plugin

share_plus_tizen #

The Tizen implementation of share_plus.

Usage #

To use this plugin, add share_plus and share_plus_tizen as dependencies in your pubspec.yaml file.

dependencies:
  share_plus: ^2.1.2
  share_plus_tizen: ^1.0.0
copied to clipboard

Example #

Import the library.

import 'package:share_plus/share_plus.dart';
copied to clipboard

Then invoke the static share method anywhere in your Dart code.

Share.share('check out my website https://example.com');
copied to clipboard

Limitations #

  • This plugin is only supported on Galaxy Watch devices running Tizen 4.0 or later.
  • Passing in an optional argument subject to Share.share() or invoking Share.shareFiles() leads to a PlatformException because no e-mail app is available on watch devices.
  • You cannot choose which application to use for sharing. Only the Message app can handle sharing requests.

Required privileges #

To use this plugin, you need to declare privileges in tizen-manifest.xml of your application.

<privileges>
  <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
</privileges>
copied to clipboard
0
likes
0
points
27
downloads

Publisher

verified publishertizen.org

Weekly Downloads

2024.09.27 - 2025.04.11

Tizen implementation of the share_plus plugin

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, share_plus, share_plus_platform_interface

More

Packages that depend on share_plus_tizen