flutter_facebook_auth
The easiest way to add facebook login to your flutter app. Feature includes getting user information, profile picture and more. This plugin also supports Web and macOS.
7.2.0
151K downloads/mo
#955 most downloaded on pub.dev
darwin-morocho/flutter-facebook-auth
What this package is like to depend on
Last release 1 months ago
03 Jul 2026
Release timing varies
gaps range from 8 days to 8 months
Most releases are documented
notes for 76 of 112 stable releases
2 versions withdrawn
withdrawn after publishing
7 years old
138 releases · first in 2019
7 releases in the last 12 months
see the full history below
Release timeline
138 releases · Sep 2019 to Jul 2026Releases
latest 60 of 138-
7.2.003 Jul 2026Nothing published for this version
-
7.1.801 Jul 2026Nothing published for this version
-
7.1.708 Jun 2026Nothing published for this version
-
7.1.619 Mar 2026Nothing published for this version
-
7.1.506 Jan 2026Nothing published for this version
-
7.1.406 Jan 2026Nothing published for this version
-
7.1.306 Jan 2026Nothing published for this version
-
7.1.230 Apr 2025Release notes
Open source →- Updated Facebook iOS SDK to 18.0.0
- Updated Facebook Android SDK to 18.0.3
-
7.1.108 Sep 2024Release notes
Open source →- Updated Facebook iOS SDK to 17.1.0
- Updated Facebook Android SDK to 17.0.2
- Updated to
flutter_facebook_auth_platform_interface: ^6.1.2. - Updated to
flutter_facebook_auth_web: ^6.1.2. - Updated to
facebook_auth_desktop: ^2.1.1
-
7.1.024 Aug 2024Release notes
Open source →- Updated to
flutter_facebook_auth_platform_interface: ^6.1.0. - Updated to
flutter_facebook_auth_web: ^6.1.1. - Updated to
facebook_auth_desktop: ^2.1.0
- Updated to
-
7.0.119 Jun 2024Release notes
Open source →- Updated Facebook iOS SDK to 17.0.2
- IMPORTANT: If you are upgrading from a previous version
on iOS you must update your pod dependencies:
cd ios && pod update flutter_facebook_auth
-
7.0.018 May 2024Release notes
Open source →- iOS: Added
nonceparameter inloginfunction. - BREAKING CHANGE Removed the
grantedPermissionsgetter. - BREAKING CHANGE Added support for limited login:
- iOS: If the user has not granted the AdvertiserTracking permission, the login process will now enter a Limited Login mode.
- Added enum
AccessTokenType. - Added
LoginTrackingenum in theloginfunction. - The
AccessTokenclass is now abstract and now has 2 properties:typeandtokenString. - Added subtypes
ClassicTokenandLimitedTokenofAccessToken. - Please check the example project
facebook_auth/example/lib/login_page.dart.
- iOS: Added
-
7.0.0-dev.607 May 2024 pre-releaseNothing published for this version
-
7.0.0-dev.530 Apr 2024 pre-releaseNothing published for this version
-
7.0.0-dev.429 Apr 2024 pre-releaseNothing published for this version
-
7.0.0-dev.329 Apr 2024 pre-releaseNothing published for this version
-
7.0.0-dev.229 Apr 2024 pre-releaseNothing published for this version
-
7.0.0-dev.129 Apr 2024 pre-releaseNothing published for this version
-
6.2.004 Apr 2024Release notes
Open source →- Updated Facebook iOS SDK to 17.0.0
- Updated Facebook Android SDK to 17.0.0
-
6.1.120 Feb 2024 -
6.1.014 Feb 2024 -
6.0.415 Jan 2024Release notes
Open source →- Updated Facebook iOS SDK to 16.3.1
- Updated Facebook Android SDK to 16.3.0
-
6.0.317 Nov 2023Release notes
Open source →- Updated to
facebook_auth_desktop: ^1.0.2 - Updated Facebook iOS SDK to 16.2.0
- Updated Facebook Android SDK to 16.2.0
- Updated to
-
6.0.215 Sep 2023 -
6.0.104 Aug 2023Release notes
Open source →- Updated Facebook iOS SDK to 16.1.3
- Updated Facebook Android SDK to 16.1.3
-
6.0.009 Jun 2023Release notes
Open source →- BREAKING CHANGE since 6.x version your project must use dart 3.x or or higher.
In your
pubspec.yamlmake sure that you are using dart 3.x or or higher.
environment: sdk: ">=3.0.0 <4.0.0"- Updated to
flutter_facebook_auth_platform_interface: ^5.0.0. - Updated to
flutter_facebook_auth_web: ^5.0.0. - Updated to
facebook_auth_desktop: ^1.0.0
- BREAKING CHANGE since 6.x version your project must use dart 3.x or or higher.
In your
-
5.0.1108 May 2023 -
5.0.1004 May 2023 -
5.0.903 May 2023Release notes
Open source →- Updated Facebook iOS SDK to 16.0.1
- Updated Facebook Android SDK to 16.0.1
-
5.0.802 Mar 2023 -
5.0.726 Dec 2022 -
5.0.608 Nov 2022Release notes
Open source →- fixed
expires_intime on macOS. NOTE (macOS): keep in mind that this plugin uses the oauth flow facebook login and in some cases if the graph api doesn't return along_lived_tokenthe token stored in the keychain will have a sort live time (80 minutes aprox).
- fixed
-
5.0.507 Nov 2022 -
5.0.406 Nov 2022Release notes
Open source →Fixed bug parsing
dataAccessExpirationTimethrowsString is not a subtype of inton macOS. -
5.0.306 Nov 2022Release notes
Open source →- Fixed bug parsing
dataAccessExpirationTimethrowsString is not a subtype of inton macOS. - Updated to
flutter_facebook_auth_platform_interface: ^4.1.1. - Updated to
flutter_facebook_auth_web: ^4.1.1. - Updated to
facebook_auth_desktop: ^0.0.5
- Fixed bug parsing
-
5.0.131 Oct 2022 -
5.0.028 Oct 2022Release notes
Open source →- Added macOS support.
- Updated to
facebook_auth_desktop: ^0.0.4 - Updated Facebook iOS SDK to 15.0.0
- Updated Facebook Android SDK to 15.0.2
-
5.0.0+128 Oct 2022 -
5.0.0+228 Oct 2022 -
5.0.0-dev.413 Sep 2022 pre-releaseNothing published for this version
-
5.0.0-dev.307 Jul 2022 pre-release -
5.0.0-dev.206 Jun 2022 pre-release withdrawnNothing published for this version
-
5.0.0-dev.108 May 2022 pre-release -
5.0.0-dev.008 May 2022 pre-releaseRelease notes
Open source →- BREAKING CHANGE
Replaced
webInitializemethod forwebAndDesktopInitialize. - Added macOS support.
- Updated to
flutter_facebook_auth_platform_interface: ^4.0.0. - Updated to
flutter_facebook_auth_web: ^4.0.0.
- BREAKING CHANGE
Replaced
-
4.4.110 Aug 2022Nothing published for this version
-
4.4.1+113 Sep 2022 -
4.4.007 Jul 2022Release notes
Open source →- Updated to
flutter_facebook_auth_platform_interface: ^3.2.0. - Updated to
flutter_facebook_auth_web: ^3.2.0. - Updated Facebook Android SDK to 14.0.0
- Updated Facebook iOS SDK to 14.0.0
- Updated to
-
4.4.0+113 Jul 2022 -
4.3.411 May 2022 -
4.3.4+106 Jun 2022 withdrawnNothing published for this version
-
4.3.4+208 Jun 2022Release notes
Open source →Merge pull request #259 from jdfreolo/important-warning-reworded
docs: reworded important warning
-
4.3.305 May 2022 -
4.3.205 May 2022Release notes
Open source →- Updated to
flutter_facebook_auth_platform_interface: ^3.1.2. - Updated to
flutter_facebook_auth_web: ^3.1.2.
- Updated to
-
4.3.105 May 2022Release notes
Open source →- Updated to
flutter_facebook_auth_platform_interface: ^3.1.1. - Updated to
flutter_facebook_auth_web: ^3.1.1.
- Updated to
-
4.3.020 Apr 2022 -
4.2.112 Apr 2022Release notes
Open source →- Updated Facebook Android SDK to 13.0.0
- Updated Facebook iOS SDK to 13.0.0
-
4.2.010 Apr 2022Release notes
Open source →- Updated to
flutter_facebook_auth_platform_interface: ^3.2.0. - BREAKING on web now the
webInitializemethod is asynchronous. the script to add the facebook sdk is not needed any more in theindex.htmlfile. Now just use async/await in your mainvoid main() async { if (kIsWeb) { await FacebookAuth.i.webInitialize( appId: "YOUR_FACEBOOK_APP_ID", cookie: true, xfbml: true, version: "v13.0", ); } runApp(MyApp()); }
- Updated to
-
4.1.216 Mar 2022Nothing published for this version
-
4.1.121 Feb 2022 -
4.1.021 Feb 2022Release notes
Open source →- Updated Facebook Android SDK to 12.3.0
- Updated Facebook iOS SDK to 12.3.1