share_and_open_url 0.0.7
share_and_open_url: ^0.0.7 copied to clipboard
share_and_open_url_plugin provides functionality for sharing text and opening URLs. It allows users to easily share content and quickly access web links.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add share_and_open_url
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
share_and_open_url: ^0.0.7
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:share_and_open_url/share_and_open_url.dart';