Skip to content

Commit

Permalink
Merge pull request #423 from darwin-morocho/package_web
Browse files Browse the repository at this point in the history
Package web
  • Loading branch information
darwin-morocho authored Sep 8, 2024
2 parents 1135e83 + 9b4d26c commit 3ec57cf
Show file tree
Hide file tree
Showing 88 changed files with 2,790 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3.1.0
- uses: subosito/flutter-action@v2.7.1
with:
flutter-version: '3.13.6'
flutter-version: '3.19.2'
- name: Install facebook_auth dependencies
run: cd facebook_auth && flutter pub get

Expand Down
2 changes: 1 addition & 1 deletion examples/with_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
12 changes: 12 additions & 0 deletions facebook_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 7.1.1
- 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.0
- 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`

### 7.0.1
- Updated Facebook iOS SDK to 17.0.2
- IMPORTANT: If you are upgrading from a previous version
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ android {
}

dependencies {
implementation 'com.facebook.android:facebook-login:17.0.0'
implementation 'com.facebook.android:facebook-login:17.0.1'
}
4 changes: 2 additions & 2 deletions facebook_auth/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (keystorePropertiesFile.exists()) {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
android {
compileSdkVersion 33
compileSdkVersion 34

lintOptions {
disable 'InvalidPackage'
Expand All @@ -41,7 +41,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "app.meedu.flutter_facebook_auth_example"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
30 changes: 15 additions & 15 deletions facebook_auth/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- FBAEMKit (17.0.2):
- FBSDKCoreKit_Basics (= 17.0.2)
- FBSDKCoreKit (17.0.2):
- FBAEMKit (= 17.0.2)
- FBSDKCoreKit_Basics (= 17.0.2)
- FBSDKCoreKit_Basics (17.0.2)
- FBSDKLoginKit (17.0.2):
- FBSDKCoreKit (= 17.0.2)
- FBAEMKit (17.1.0):
- FBSDKCoreKit_Basics (= 17.1.0)
- FBSDKCoreKit (17.1.0):
- FBAEMKit (= 17.1.0)
- FBSDKCoreKit_Basics (= 17.1.0)
- FBSDKCoreKit_Basics (17.1.0)
- FBSDKLoginKit (17.1.0):
- FBSDKCoreKit (= 17.1.0)
- Flutter (1.0.0)
- flutter_facebook_auth (7.0.1):
- FBSDKLoginKit (~> 17.0.2)
- flutter_facebook_auth (7.1.1):
- FBSDKLoginKit (~> 17.1.0)
- Flutter
- flutter_secure_storage (6.0.0):
- Flutter
Expand Down Expand Up @@ -51,12 +51,12 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/url_launcher_ios/ios"

SPEC CHECKSUMS:
FBAEMKit: 619f96ea65427e8afca240d5b0f4703738dfdf5c
FBSDKCoreKit: a5f384db2e9ee84e98494fed8f983d2bd79accff
FBSDKCoreKit_Basics: d35c775aaf243a2d731dfae7be3a74b1987285ab
FBSDKLoginKit: f8ca5f7ab7c4e5b93e729d94975b0db7fcc511ed
FBAEMKit: cb719c53575a3be86ea873279f30d6a2c4e15881
FBSDKCoreKit: ecdb980a24633ccb012700299ceb16d0235e14d2
FBSDKCoreKit_Basics: 045101c4a9ef10c845347424d73a29aae02c3e43
FBSDKLoginKit: 69eb59b2f839aba635616df6e422acd0ca88030a
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_facebook_auth: 4fa1dc3fa624284a5ddfdf9e4a2b7945b3835949
flutter_facebook_auth: 48be46091bd1a5cc5a66055f1228a9d99a28bfaa
flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
FLUTTER_ROOT=/Users/darwin/development/flutter
FLUTTER_APPLICATION_PATH=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth/example
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_TARGET=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth/example/lib/main.dart
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.0
FLUTTER_BUILD_NUMBER=1
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
PACKAGE_CONFIG=.dart_tool/package_config.json
PACKAGE_CONFIG=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth/example/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
export "FLUTTER_ROOT=/Users/darwin/development/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth/example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_TARGET=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth/example/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.dart_tool/package_config.json"
export "PACKAGE_CONFIG=/Users/darwin/Documents/flutter/flutter-facebook-auth/facebook_auth/example/.dart_tool/package_config.json"
8 changes: 4 additions & 4 deletions facebook_auth/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
facebook_auth_desktop: 0ec755e3b01669ec14776af18b6945671a788916
flutter_secure_storage_macos: d56e2d218c1130b262bef8b4a7d64f88d7f9c9ea
flutter_secure_storage_macos: 59459653abe1adb92abbc8ea747d79f8d19866c9
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
url_launcher_macos: d2691c7dd33ed713bf3544850a623080ec693d95
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399

PODFILE CHECKSUM: 353c8bcc5d5b0994e508d035b5431cfe18c1dea7

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ec57cf

Please sign in to comment.