post_to_facebook 0.0.1 copy "post_to_facebook: ^0.0.1" to clipboard
post_to_facebook: ^0.0.1 copied to clipboard

A Dart package for posting content to Facebook on behalf of a user or page.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add post_to_facebook

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

dependencies:
  post_to_facebook: ^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:post_to_facebook/post_to_facebook.dart';
4
likes
150
points
12
downloads

Documentation

API reference

Publisher

verified publisherthulotechnology.com

Weekly Downloads

A Dart package for posting content to Facebook on behalf of a user or page.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on post_to_facebook