https://pub.dev/api/packages/flutter_facebook_login/feed.atomRecently published versions of package flutter_facebook_login on pub.dev2019-09-22T19:51:26.044300ZPub Feed GeneratorA Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.urn:uuid:ff607205-0252-40eb-af2d-3cf726b206d7v3.0.0 of flutter_facebook_login2019-09-22T19:51:26.044300Z3.0.0 was published on Sep 22, 2019.
Changelog excerpt:
- 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`urn:uuid:a1a6148c-4ccd-43c1-acda-396e8239b56av2.0.1 of flutter_facebook_login2019-05-27T08:15:25.728589Z2.0.1 was published on May 27, 2019.
Changelog excerpt:
- [#128](https://github.com/roughike/flutter_facebook_login/pull/128): Pin down FBSDKCoreKit to the same version as FBSDKLoginKit.urn:uuid:39e0500d-7f29-4731-874b-295a566f0e0cv2.0.0 of flutter_facebook_login2019-03-05T03:56:11.660745Z2.0.0 was published on Mar 5, 2019.
Changelog excerpt:
- **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](https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility)if they're using the original support library.urn:uuid:1619e14e-825e-4660-bf44-33fbe832a97cv1.2.0 of flutter_facebook_login2019-01-15T20:08:28.883164Z1.2.0 was published on Jan 15, 2019.
Changelog excerpt:
- 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.urn:uuid:42a3a9f6-78c0-4468-9849-4f57489f6a4fv1.1.1 of flutter_facebook_login2018-04-04T19:39:11.480366Z1.1.1 was published on Apr 4, 2018.
Changelog excerpt:
- Fix occasional hangs/freezes by introducing a slight artifical delay after getting the result from Facebook login.urn:uuid:8b41c947-8f10-45b8-a87f-41636cb6eb7bv1.1.0 of flutter_facebook_login2018-03-24T11:45:39.395317Z1.1.0 was published on Mar 24, 2018.
Changelog excerpt:
- Dart 2 support! There should not be any breaking changes. Please do file issues if you have problems.urn:uuid:190d6e2e-cb75-4cf1-8d01-f72dc4c780a5v1.0.3 of flutter_facebook_login2018-02-14T18:04:19.871890Z1.0.3 was published on Feb 14, 2018.
Changelog excerpt:
- Fixed potential crash and documented iOS logout issues when using the webOnly login behavior.urn:uuid:264bb44c-924c-492d-b1e0-887516da6386v1.0.2 of flutter_facebook_login2018-02-01T13:43:34.985498Z1.0.2 was published on Feb 1, 2018.
Changelog excerpt:
- Added new `isLoggedIn`and `currentAccessToken`getters which make it easier to log the user in automatically.urn:uuid:f431e8a1-1ec2-44d7-a836-b5e5cbf5eb10v1.0.1 of flutter_facebook_login2018-01-24T14:15:30.008993Z1.0.1 was published on Jan 24, 2018.
Changelog excerpt:
- Fixed the podspec definition for the iOS project.urn:uuid:863159f1-ff7f-427d-8010-4514f23ee69ev1.0.0 of flutter_facebook_login2018-01-24T13:21:46.328257Z1.0.0 was published on Jan 24, 2018.
Changelog excerpt:
- Initial release.