Skip to content

Releases: roughike/flutter_facebook_login

3.0.0

22 Sep 19:55
662fa0a
Compare
Choose a tag to compare
  • 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

05 Mar 04:03
a0db53d
Compare
Choose a tag to compare
  • 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

15 Jan 20:11
Compare
Choose a tag to compare
  • 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

04 Apr 19:37
001d639
Compare
Choose a tag to compare

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

1.1.0

24 Mar 11:47
4f88932
Compare
Choose a tag to compare
  • Dart 2 support! There should not be any breaking changes. Please do file issues if you have problems.

1.0.3

14 Feb 18:05
addc344
Compare
Choose a tag to compare
  • Fixed potential crash
  • Documented iOS logout issues when using the webOnly login behavior.

1.0.2

01 Feb 13:42
d0d3793
Compare
Choose a tag to compare

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

1.0.1

31 Jan 14:37
Compare
Choose a tag to compare

Fixed the podspec definition for the iOS project.

Initial release

24 Jan 14:02
741f790
Compare
Choose a tag to compare

Initial release.