flutter_facebook_login 3.0.0 copy "flutter_facebook_login: ^3.0.0" to clipboard
flutter_facebook_login: ^3.0.0 copied to clipboard

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.

3.0.0 #

  • Update Android & iOS Facebook Login dependencies to 5.5
  • Removed deprecated method loginWithPublishPermissions and renamed loginWithReadPermission to login
  • The behavior parameter is now ignored on iOS as it is not supported anymore by the Facebook Login SDK
  • #122: Fix expiration date crashes in 32-bit iOS devices.
  • Bump iOS deployment target to 9.0

2.0.1 #

  • #128: Pin down FBSDKCoreKit to the same version as FBSDKLoginKit.

2.0.0 #

  • Breaking change: migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library.

1.2.0 #

  • Update Android & iOS Facebook Login dependencies
  • Fix failing equals() in FacebookAccessToken
  • Fix "could not find class 'android.view.autofill.AutofillManager'" error on Android
  • Fix the "{com.facebook.sdk:FBSDKErrorDeveloperMessageKey=Unknown error building URL.}" error on iOS
  • Add FacebookAccessToken#isValid() for checking if the access token is expired or not

Breaking change:

The FacebookLogin#isLoggedIn now checks if the currentAccessToken is expired or not, while it previously only checked if currentAccessToken was non-null.

1.1.1 #

  • Fix occasional hangs/freezes by introducing a slight artifical delay after getting the result from Facebook login.

1.1.0 #

  • Dart 2 support! There should not be any breaking changes. Please do file issues if you have problems.

1.0.3 #

  • Fixed potential crash and documented iOS logout issues when using the webOnly login behavior.

1.0.2 #

  • Added new isLoggedIn and currentAccessToken getters which make it easier to log the user in automatically.

1.0.1 #

  • Fixed the podspec definition for the iOS project.

1.0.0 #

  • Initial release.
407
likes
40
pub points
93%
popularity

Publisher

verified publisheriiro.dev

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on flutter_facebook_login