facebook_share_callback 1.0.2 copy "facebook_share_callback: ^1.0.2" to clipboard
facebook_share_callback: ^1.0.2 copied to clipboard

Flutter package to share URL or Picture to facebook using facebook share dialog with callbacks

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add facebook_share_callback

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  facebook_share_callback: ^1.0.2

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:facebook_share_callback/facebook_share_callback.dart';
10
likes
145
points
53
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package to share URL or Picture to facebook using facebook share dialog with callbacks

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on facebook_share_callback

Packages that implement facebook_share_callback