Flutter Facebook Login Versions Save

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

3.0.0

4 years ago
  • 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.0

5 years ago
  • 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

5 years ago
  • Update Android & iOS Facebook Login dependencies to latest versions
  • 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

6 years ago

Fix #14 by introducing an artificial delay when delivering the result from the plugin to the consumer.

1.1.0

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

1.0.3

6 years ago
  • Fixed potential crash
  • Documented iOS logout issues when using the webOnly login behavior.

1.0.2

6 years ago

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

1.0.1

6 years ago

Fixed the podspec definition for the iOS project.

1.0.0

6 years ago

Initial release.