apphud_facebook_sdk 0.0.1
apphud_facebook_sdk: ^0.0.1 copied to clipboard
Apphud Facebook SDK plugin.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add apphud_facebook_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
apphud_facebook_sdk: ^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:apphud_facebook_sdk/apphud_facebook_sdk.dart';