share_facebook_callback 0.0.1
share_facebook_callback: ^0.0.1 copied to clipboard
A share_facebook_callback plugin helps us for sharing contents and photo Uint8List value to Facebook. Flugin has callback waiting sharing status to Facebook.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add share_facebook_callbackThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
share_facebook_callback: ^0.0.1Alternatively, 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_facebook_callback/share_facebook_callback.dart';