diff --git a/facebook_auth/CHANGELOG.md b/facebook_auth/CHANGELOG.md
index 835244a6..e8c49c0f 100644
--- a/facebook_auth/CHANGELOG.md
+++ b/facebook_auth/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 6.2.0
+- Updated Facebook iOS SDK to 17.0.0
+- Updated Facebook Android SDK to 17.0.0
+
### 6.1.1
- Fixed [issue #383](https://github.com/darwin-morocho/flutter-facebook-auth/issues/383)
diff --git a/facebook_auth/android/build.gradle b/facebook_auth/android/build.gradle
index 9d09e06c..43aa4727 100644
--- a/facebook_auth/android/build.gradle
+++ b/facebook_auth/android/build.gradle
@@ -37,5 +37,5 @@ android {
}
dependencies {
- implementation 'com.facebook.android:facebook-login:16.3.0'
+ implementation 'com.facebook.android:facebook-login:17.0.0'
}
diff --git a/facebook_auth/example/ios/Flutter/AppFrameworkInfo.plist b/facebook_auth/example/ios/Flutter/AppFrameworkInfo.plist
index 4f8d4d24..8c6e5614 100644
--- a/facebook_auth/example/ios/Flutter/AppFrameworkInfo.plist
+++ b/facebook_auth/example/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
CFBundleVersion
1.0
MinimumOSVersion
- 11.0
+ 12.0
diff --git a/facebook_auth/example/ios/Podfile.lock b/facebook_auth/example/ios/Podfile.lock
index a18bf2fa..3ff77a2d 100644
--- a/facebook_auth/example/ios/Podfile.lock
+++ b/facebook_auth/example/ios/Podfile.lock
@@ -1,15 +1,17 @@
PODS:
- - FBAEMKit (16.3.1):
- - FBSDKCoreKit_Basics (= 16.3.1)
- - FBSDKCoreKit (16.3.1):
- - FBAEMKit (= 16.3.1)
- - FBSDKCoreKit_Basics (= 16.3.1)
- - FBSDKCoreKit_Basics (16.3.1)
- - FBSDKLoginKit (16.3.1):
- - FBSDKCoreKit (= 16.3.1)
+ - FBAEMKit (17.0.0):
+ - FBSDKCoreKit_Basics (= 17.0.0)
+ - FBSDKCoreKit (17.0.0):
+ - FBAEMKit (= 17.0.0)
+ - FBSDKCoreKit_Basics (= 17.0.0)
+ - FBSDKCoreKit_Basics (17.0.0)
+ - FBSDKLoginKit (17.0.0):
+ - FBSDKCoreKit (= 17.0.0)
- Flutter (1.0.0)
- - flutter_facebook_auth (6.0.4):
- - FBSDKLoginKit (~> 16.3.1)
+ - flutter_facebook_auth (6.2.0):
+ - FBSDKLoginKit (~> 17.0.0)
+ - Flutter
+ - flutter_secure_storage (6.0.0):
- Flutter
- path_provider_foundation (0.0.1):
- Flutter
@@ -22,6 +24,7 @@ PODS:
DEPENDENCIES:
- Flutter (from `Flutter`)
- flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`)
+ - flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- permission_handler (from `.symlinks/plugins/permission_handler/ios`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
@@ -38,6 +41,8 @@ EXTERNAL SOURCES:
:path: Flutter
flutter_facebook_auth:
:path: ".symlinks/plugins/flutter_facebook_auth/ios"
+ flutter_secure_storage:
+ :path: ".symlinks/plugins/flutter_secure_storage/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
permission_handler:
@@ -46,16 +51,17 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/url_launcher_ios/ios"
SPEC CHECKSUMS:
- FBAEMKit: 6c7b5eb77c96861bb59e040842c6e55bf39512ce
- FBSDKCoreKit: 5e4dd478947ab1bcc887e8cfadeae0727af1a942
- FBSDKCoreKit_Basics: cd7b5f5d1e8868c26706917919d058999ca672c3
- FBSDKLoginKit: 572cca0bc6c90067ef197187697cb3b584310c52
- Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
- flutter_facebook_auth: c8700ab1770f3d8e5e7456220e4f3bbcdb831454
- path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
+ FBAEMKit: 31a20c2d8744d8c57d3a5b7ae4e27b4fdd819193
+ FBSDKCoreKit: dac911b656816f8d0b06e5fa4bac60e89505bb3b
+ FBSDKCoreKit_Basics: 92b7b7458d57091370b0b6cc197578874c3b4b16
+ FBSDKLoginKit: 5d5271ebfd1e39c6b071de8db5c4bd6255be3561
+ Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
+ flutter_facebook_auth: 66188df7905bfcaf3d6d2bd6527302c56448f04d
+ flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be
+ path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
permission_handler: ccb20a9fad0ee9b1314a52b70b76b473c5f8dab0
- url_launcher_ios: 68d46cc9766d0c41dbdc884310529557e3cd7a86
+ url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
PODFILE CHECKSUM: 3abe3ee81d8e1bcf71c9b55258bce7758dc971eb
-COCOAPODS: 1.13.0
+COCOAPODS: 1.14.3
diff --git a/facebook_auth/example/ios/Runner.xcodeproj/project.pbxproj b/facebook_auth/example/ios/Runner.xcodeproj/project.pbxproj
index 1f87048a..a650a578 100644
--- a/facebook_auth/example/ios/Runner.xcodeproj/project.pbxproj
+++ b/facebook_auth/example/ios/Runner.xcodeproj/project.pbxproj
@@ -155,7 +155,7 @@
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
- LastUpgradeCheck = 1430;
+ LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
97C146ED1CF9000F007C117D = {
@@ -342,7 +342,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
@@ -429,7 +429,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@@ -478,7 +478,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
diff --git a/facebook_auth/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/facebook_auth/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
index b52b2e69..e67b2808 100644
--- a/facebook_auth/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+++ b/facebook_auth/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -1,6 +1,6 @@
=3.0.0 <4.0.0"
+ sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
- url_launcher: ^6.0.2
- provider: ^5.0.0
- permission_handler: ^8.1.1
+ url_launcher: ^6.2.5
+ provider: ^6.1.2
+ permission_handler: ^11.3.1
flutter_facebook_auth:
path: ../
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
- google_fonts: ^5.0.0
+ google_fonts: ^6.2.1
+
+dependency_overrides:
+ js: 0.7.1
+ http: 1.2.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
diff --git a/facebook_auth/ios/flutter_facebook_auth.podspec b/facebook_auth/ios/flutter_facebook_auth.podspec
index 94b6853d..0b52123b 100644
--- a/facebook_auth/ios/flutter_facebook_auth.podspec
+++ b/facebook_auth/ios/flutter_facebook_auth.podspec
@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_facebook_auth'
- s.version = '6.0.4'
+ s.version = '6.2.0'
s.summary = 'Plugin to Facebook authentication for iOS in your Flutter app'
s.description = <<-DESC
Plugin to Facebook authentication for iOS in your Flutter app
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
# s.dependency 'FBSDKCoreKit', '~> 15.1.0'
- s.dependency 'FBSDKLoginKit', '~> 16.3.1'
+ s.dependency 'FBSDKLoginKit', '~> 17.0.0'
s.platform = :ios, '11.0'
# Flutter.framework does not contain a i386 slice.
diff --git a/facebook_auth/pubspec.yaml b/facebook_auth/pubspec.yaml
index 6384d24c..e19a7854 100644
--- a/facebook_auth/pubspec.yaml
+++ b/facebook_auth/pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_facebook_auth
description: 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.
-version: 6.1.1
+version: 6.2.0
homepage: https://github.com/darwin-morocho/flutter-facebook-auth
environment:
diff --git a/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig b/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
index 14f1e577..b594ba17 100644
--- a/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
+++ b/facebook_auth_desktop/example/macos/Flutter/ephemeral/Flutter-Generated.xcconfig
@@ -2,12 +2,10 @@
FLUTTER_ROOT=/Users/darwin/development/flutter
FLUTTER_APPLICATION_PATH=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example
COCOAPODS_PARALLEL_CODE_SIGN=true
-FLUTTER_TARGET=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=1
-DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==,RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC9mNDBlOTc2YmVkZmY1N2U2OWUxYjNkODlhN2MyYTNjNjE3YTAzZGFkLw==
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
-PACKAGE_CONFIG=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/.dart_tool/package_config.json
+PACKAGE_CONFIG=.dart_tool/package_config.json
diff --git a/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh b/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh
index 027bbedb..b4b76e84 100755
--- a/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh
+++ b/facebook_auth_desktop/example/macos/Flutter/ephemeral/flutter_export_environment.sh
@@ -3,12 +3,10 @@
export "FLUTTER_ROOT=/Users/darwin/development/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
-export "FLUTTER_TARGET=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
-export "DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==,RkxVVFRFUl9XRUJfQ0FOVkFTS0lUX1VSTD1odHRwczovL3d3dy5nc3RhdGljLmNvbS9mbHV0dGVyLWNhbnZhc2tpdC9mNDBlOTc2YmVkZmY1N2U2OWUxYjNkODlhN2MyYTNjNjE3YTAzZGFkLw=="
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
-export "PACKAGE_CONFIG=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth_desktop/example/.dart_tool/package_config.json"
+export "PACKAGE_CONFIG=.dart_tool/package_config.json"
diff --git a/website/docs/intro.md b/website/docs/intro.md
index 79a064a0..cfc3d561 100644
--- a/website/docs/intro.md
+++ b/website/docs/intro.md
@@ -28,7 +28,7 @@ Add the following to your `pubspec.yaml`
```yaml
dependencies:
- flutter_facebook_auth: ^6.1.1
+ flutter_facebook_auth: ^6.2.0
```
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 76ebb681..f8ba8303 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -29,7 +29,7 @@ const config = {
lastVersion: "current",
versions: {
current: {
- label: "6.0.4",
+ label: "6.2.0",
path: "6.x.x",
},
'4.x.x': {