flutter_login_facebook 1.4.0+1 flutter_login_facebook: ^1.4.0+1 copied to clipboard
Login via Facebook. Easily add Facebook login feature in your application. User profile information included.
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).