flutter_login_facebook 1.7.0 flutter_login_facebook: ^1.7.0 copied to clipboard
Login via Facebook. Easily add Facebook login feature in your application. User profile information included.
1.7.0 - 2022-12-06 #
- Upgrade Facebook Android SDK to 15.1.0.
- ⚠️ The minimum supported version of Android is now 5.0 (API 21).
- Upgrade Facebook iOS SDK to 15.1.0. Thanks to @hamzaalmahdi.
- ⚠️ The minimum supported version of iOS is now 12.0.
- Added Instagram permissions:
instagram_basic
andinstagram_content_publish
. Thanks to @vhnum. - Fixed compatibility issue with Flutter 3.3.9.
See Migration guide.
1.6.2 - 2022-10-31 #
- [Android] Migrate from
jcenter()
tomavenCentral()
. - Fixed: Compilation error
Could not resolve com.facebook.android:...
.
1.6.1 - 2022-10-13 #
- Upgrade Facebook Android SDK to 14.1.1.
- Added new Problem solving section in README.
1.6.0 - 2022-08-09 #
- Upgrade Facebook iOS SDK to 14.1.
- Upgrade Facebook Android SDK to 14.1.
See Migration guide.
1.5.0+1 - 2022-06-17 #
Fixed: Don't compile for iOS.
- Upgrade Facebook iOS SDK to 14.
If you're upgrading from 1.5.0 - please follow to Migration guide to version 1.5 once again.
1.5.0 - 2022-06-07 #
⛔️ May not compile for iOS! Use one of the next versions ⛔️
- Upgrade to Facebook SDK 13.2.
- ⚠️ The minimum supported version of iOS is now 11.0.
See Migration guide.
1.4.1 - 2022-02-28 #
- Fixed: Exception on parse Access Token if Facebook returns extremely high expiry timestamps for expires. Thanks to @rogiervandenberg.
1.4.0+1 - 2022-02-21 #
- Update README and Example.
1.4.0 - 2022-02-17 #
- Fix warnings and deprecation messages.
- BREAKING Full remove of Android embedding v1 support. This will not affect most of developers. See Readme.
1.3.0 - 2022-02-15 #
- Upgrade to Facebook SDK 12.3.
- Add Client Token support.
See Migration guide.
1.2.1 - 2022-01-31 #
- Added
user_link
permission. Thanks to @YuriNagy01.
1.2.0 - 2021-10-26 #
- Upgrade to Facebook SDK 12. See Migration guide.
- ⚠️ The minimum supported version of iOS is now 10.0.
1.1.0 - 2021-08-05 #
- Upgrade to Facebook SDK 11. See Migration guide.
- Remove upper bound for Flutter constraint in pubspec.
1.0.1 - 2021-03-15 #
- Fixed: App Events use the correct token if none have been provided manually (Facebook SDK 9.1). Thanks to @shemhazai.
1.0.0 - 2021-03-04 #
- Flutter 2.0.0.
1.0.0-nullsafety.1 - 2021-02-02 #
- Migrated to null safety.
0.5.0 - 2021-02-02 #
- Upgrade to Facebook SDK 9 (with new Graph API version). See Migration guide.
0.4.2+2 - 2021-01-01 #
- Upgrade
innim_lint
to 0.1.5.
0.4.2 - 2020-12-22 #
- Use innim_lint analysis options.
0.4.1 - 2020-12-15 #
- Added permissions
pages_manage_posts
,pages_read_engagement
(PR #37). Thanks to @rogiervandenberg.
0.4.0+1 - 2020-11-05 #
- Added Express Login for Android (PR #27). Thanks to @atrope.
0.3.0 - 2020-10-20 #
- Upgrade to Facebook SDK >8.
0.2.1+1 - 2020-10-15 #
- Readme: fixes in code example and typos.
0.2.1 - 2020-08-06 #
- Fixed: Crash on iOS 10.
0.2.0+1 - 2020-06-21 #
- Readme: add information about usage
getProfileImageUrl()
.
0.2.0 - 2020-06-20 #
- Method to get user profile image.
0.1.2+4 - 2020-06-20 #
- Fixed: Plugin may break some other libraries (PR #8). Thanks to @spiritinlife.
0.1.2+3 - 2020-06-11 #
- Fixed: intercept all open urls and launches, even though it can't be handled.
- Minor readme improvements.
0.1.2+2 - 2020-06-03 #
- Readme: fix links urls.
- Readme: fix some errors in text.
- Readme: Medium article link.
0.1.2+1 - 2020-05-27 #
- Readme: add log in error handling.
- Fixed mistake in Readme.
0.1.2 - 2020-05-27 #
- An ability to get user email (if have permissions).
- Add
declinedPermissions
inAccessToken
.
0.1.1+1 - 2020-05-22 #
- [android] Fixed: reset activity is never called.
0.1.1 - 2020-05-22 #
- Add error information for login failure.
- Readme: add information about additional key hashes.
- Mute exception during get profile.
0.1.0+1 - 2020-05-19 #
- More detailed description.
0.1.0 - 2020-05-19 #
- Core functionality (iOS/Android).