flutter_share_plugin 0.1.3+3
flutter_share_plugin: ^0.1.3+3 copied to clipboard
Flutter plugin for sharing any files and text to other apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_share_plugin
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_share_plugin: ^0.1.3+3
copied to clipboard
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:flutter_share_plugin/flutter_share_plugin.dart';
copied to clipboard