facebook_setup 0.0.9 copy "facebook_setup: ^0.0.9" to clipboard
facebook_setup: ^0.0.9 copied to clipboard

A command-line tool which simplifies the task of updating your Flutter app's Facebook-Login keys.

Facebook setup #

A command-line tool which simplifies the task of updating your Flutter app's Facebook-Login keys. Fully flexible, allowing you to choose what platform you wish to set.

It's base on setting flutter_facebook_auth documentation

Features #

  • ✅ Update android Facebook app id (into Manifest and string file)
  • ✅ Update iOS Facebook app id (into Plist)
  • ❌ Update web settings

Usage #

Setup the config file #

Add your Facebook Setup configuration to your pubspec.yaml or create a new config file called facebook_setup.yaml. An example is shown below.

dev_dependencies:
  facebook_setup: 0.0.1

facebook_setup:
  fb_app_id: "YOUR_FACEBOOK_KEY"
  fb_app_name: "YOUR_FACEBOOK_APP_NAME"
  android: true # set true if android platform is present in your project and you want set/add keys, false in other case
  ios: true # set true if iOS platform is present in your project and you want set/add keys, false in other case

Run the package #

After setting up the configuration, all that is left to do is run the package.

flutter pub get
flutter pub run facebook_setup:main -f facebook_setup.yaml
2
likes
140
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool which simplifies the task of updating your Flutter app's Facebook-Login keys.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path, xml, yaml

More

Packages that depend on facebook_setup