instagram_share_plus 0.1.0
instagram_share_plus: ^0.1.0 copied to clipboard
Plugin allowing to share images or videos to Instagram
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add instagram_share_plus
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
instagram_share_plus: ^0.1.0
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:instagram_share_plus/instagram_share_plus.dart';
copied to clipboard