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

discontinued
outdated

Tizen implementation of the share_plus plugin

share_plus_tizen #

pub package

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: ^3.0.4
  share_plus_tizen: ^1.1.0
copied to clipboard

Then you can import share_plus in your Dart code.

import 'package:share_plus/share_plus.dart';

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

For detailed usage, see https://pub.dev/packages/share_plus#example.

Supported devices #

  • Galaxy Watch series (running Tizen 4.0 or later)

You can send only SMS messages using this plugin. You can't use this plugin on TV devices because no SMS or e-mail app is available on them.

Supported APIs #

  • Share.share (no optional argument supported)
  • Share.shareFiles (no e-mail app available)

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, share_plus, share_plus_platform_interface, tizen_app_control

More

Packages that depend on share_plus_tizen