webf_share 1.1.0
webf_share: ^1.1.0 copied to clipboard
WebF Share module for sharing content, text, and images
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webf_shareThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webf_share: ^1.1.0Alternatively, 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:webf_share/webf_share.dart';