facebook_share_callback 0.0.1 copy "facebook_share_callback: ^0.0.1" to clipboard
facebook_share_callback: ^0.0.1 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: ^0.0.1

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
150
points
16
downloads

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on facebook_share_callback

Packages that implement facebook_share_callback