fb_auth_login 0.0.2 copy "fb_auth_login: ^0.0.2" to clipboard
fb_auth_login: ^0.0.2 copied to clipboard

A new flutter plugin project for Facebook Authentication and login.

fb_auth_login #

A new flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

For iOS Please follow the Facebook Login guide, for 1. Select an App or Create a New App in Facebook 2. Set up Your Development Environment 3. Register and Configure Your App with Facebook (adding bundle identifier) 4. Configure Your Project - Configure the information property list file (info.plist) with an XML snippet that contains data about your app.

In Flutter main.dart file 1. Create an instance static final FbAuthLogin fbAuthLogin = new FbAuthLogin(); 2.To Login final FacebookLoginResult result = await fbAuthLogin.logIn(['email']);

1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project for Facebook Authentication and login.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fb_auth_login