From 2c183e562aab2ab8f3df59d6de1d815e39c72a54 Mon Sep 17 00:00:00 2001 From: Darwin Date: Thu, 9 Dec 2021 07:43:26 -0500 Subject: [PATCH] updated app version --- facebook_auth/CHANGELOG.md | 2 ++ facebook_auth/example/pubspec.lock | 4 +-- facebook_auth/pubspec.lock | 2 +- facebook_auth/pubspec.yaml | 4 +-- facebook_auth_platform_interface/CHANGELOG.md | 2 ++ .../lib/src/access_token.dart | 2 -- facebook_auth_platform_interface/pubspec.lock | 25 ++++++++++++------- facebook_auth_platform_interface/pubspec.yaml | 2 +- website/docs/intro.md | 2 +- 9 files changed, 27 insertions(+), 18 deletions(-) diff --git a/facebook_auth/CHANGELOG.md b/facebook_auth/CHANGELOG.md index c5cde16e..122bff3d 100644 --- a/facebook_auth/CHANGELOG.md +++ b/facebook_auth/CHANGELOG.md @@ -1,3 +1,5 @@ +### 3.5.7 +- Fixed Parse error for Facebook long-lived tokens. Thanks to [RomainFranceschini](https://github.com/RomainFranceschini) ### 3.5.6+3 - revert minSdkVersion on Android. ### 3.5.6+2 diff --git a/facebook_auth/example/pubspec.lock b/facebook_auth/example/pubspec.lock index bfdc9f75..b432d5ae 100644 --- a/facebook_auth/example/pubspec.lock +++ b/facebook_auth/example/pubspec.lock @@ -68,14 +68,14 @@ packages: path: ".." relative: true source: path - version: "3.5.6+3" + version: "3.5.7" flutter_facebook_auth_platform_interface: dependency: transitive description: name: flutter_facebook_auth_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.7.0" + version: "2.7.1" flutter_facebook_auth_web: dependency: transitive description: diff --git a/facebook_auth/pubspec.lock b/facebook_auth/pubspec.lock index f50c05f0..fc0d5320 100644 --- a/facebook_auth/pubspec.lock +++ b/facebook_auth/pubspec.lock @@ -61,7 +61,7 @@ packages: name: flutter_facebook_auth_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "2.7.0" + version: "2.7.1" flutter_facebook_auth_web: dependency: "direct main" description: diff --git a/facebook_auth/pubspec.yaml b/facebook_auth/pubspec.yaml index e70eab28..fda8750f 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, get user information, profile picture and more. Web support included. -version: 3.5.6+3 +version: 3.5.7 homepage: https://github.com/darwin-morocho/flutter-facebook-auth environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - flutter_facebook_auth_platform_interface: ^2.7.0 + flutter_facebook_auth_platform_interface: ^2.7.1 # flutter_facebook_auth_platform_interface: # path: ../facebook_auth_platform_interface flutter_facebook_auth_web: ^2.6.0+2 diff --git a/facebook_auth_platform_interface/CHANGELOG.md b/facebook_auth_platform_interface/CHANGELOG.md index 141947db..dc95ab28 100644 --- a/facebook_auth_platform_interface/CHANGELOG.md +++ b/facebook_auth_platform_interface/CHANGELOG.md @@ -1,3 +1,5 @@ +### 2.7.1 +- Fixed Parse error for Facebook long-lived tokens. Thanks to [RomainFranceschini](https://github.com/RomainFranceschini) ### 2.7.0 - Added isAutoLogAppEventsEnabled only iOS. diff --git a/facebook_auth_platform_interface/lib/src/access_token.dart b/facebook_auth_platform_interface/lib/src/access_token.dart index cc7040a6..0751bf44 100644 --- a/facebook_auth_platform_interface/lib/src/access_token.dart +++ b/facebook_auth_platform_interface/lib/src/access_token.dart @@ -1,5 +1,3 @@ -import 'dart:math'; - const maxMillisecondsSinceEpoch = 8640000000000000; const minMillisecondsSinceEpoch = -8640000000000000; diff --git a/facebook_auth_platform_interface/pubspec.lock b/facebook_auth_platform_interface/pubspec.lock index 888124e3..596b73ce 100644 --- a/facebook_auth_platform_interface/pubspec.lock +++ b/facebook_auth_platform_interface/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "22.0.0" + version: "31.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "1.7.1" + version: "2.8.0" args: dependency: transitive description: @@ -28,7 +28,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.6.1" + version: "2.8.1" boolean_selector: dependency: transitive description: @@ -49,7 +49,7 @@ packages: name: charcode url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.1" cli_util: dependency: transitive description: @@ -116,6 +116,13 @@ packages: description: flutter source: sdk version: "0.0.0" + frontend_server_client: + dependency: transitive + description: + name: frontend_server_client + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.2" glob: dependency: transitive description: @@ -171,7 +178,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.7.0" mime: dependency: transitive description: @@ -323,21 +330,21 @@ packages: name: test url: "https://pub.dartlang.org" source: hosted - version: "1.16.8" + version: "1.17.10" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.3.0" + version: "0.4.2" test_core: dependency: transitive description: name: test_core url: "https://pub.dartlang.org" source: hosted - version: "0.3.19" + version: "0.4.0" typed_data: dependency: transitive description: @@ -388,5 +395,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.12.0 <3.0.0" + dart: ">=2.14.0 <3.0.0" flutter: ">=2.0.0" diff --git a/facebook_auth_platform_interface/pubspec.yaml b/facebook_auth_platform_interface/pubspec.yaml index 43fd77d1..7adf222f 100644 --- a/facebook_auth_platform_interface/pubspec.yaml +++ b/facebook_auth_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_facebook_auth_platform_interface description: A common platform interface for the flutter_facebook_auth plugin. -version: 2.7.0 +version: 2.7.1 homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_platform_interface environment: diff --git a/website/docs/intro.md b/website/docs/intro.md index 2bbb5f2d..2ee1c0d9 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -27,7 +27,7 @@ Add the following to your `pubspec.yaml` ```yaml dependencies: - flutter_facebook_auth: ^3.5.6+3 + flutter_facebook_auth: ^3.5.7 ```