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

outdated

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

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