simple_share_native 0.1.3 copy "simple_share_native: ^0.1.3" to clipboard
simple_share_native: ^0.1.3 copied to clipboard

Simple share text plugin. It can share any text message and it's available on Android, iOS, and macOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_share_native

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_share_native: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_share_native/simple_share_native.dart';
1
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Simple share text plugin. It can share any text message and it's available on Android, iOS, and macOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_share_native

Packages that implement simple_share_native