share_and_open_url 0.0.5
share_and_open_url: ^0.0.5 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 Dart:
$ dart pub add share_and_open_url
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 dart pub get
):
dependencies:
share_and_open_url: ^0.0.5
Alternatively, your editor might support dart pub get
or 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';