simple_share_native 0.1.3
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_nativeThis 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.3Alternatively, 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';