darwin-morocho / flutter-facebook-auth

A flutter plugin to add login with facebook in your flutter app
191 stars 124 forks source link

SDK stuck with Facebook Container add-on #372

Open Aqua-Ye opened 4 months ago

Aqua-Ye commented 4 months ago

What version are you using?

5.0.11

What OS and version are you using to local deploy your application?

macOS 14.1.1

What platforms are you seeing the problem on?

web

pubspec.yaml

flutter_facebook_auth: ^5.0.11

Describe the Bug

When the Firefox Facebook Container add-on is installed, the SDK is stuck.

https://addons.mozilla.org/en-US/firefox/addon/facebook-container/

Expected Behavior

The app should continue to load

To Reproduce

Install Facebook Container by Mozilla Firefox - navigate to https://flutter-facebook-auth.web.app

Relevant log output

No response

flutter doctor -v

[!] Flutter (Channel stable, 3.16.3, on macOS 14.1.1 23B81 darwin-arm64, locale en-FR)
    • Flutter version 3.16.3 on channel stable
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b0366e0a3f (5 days ago), 2023-12-05 19:46:39 -0800
    • Engine revision 54a7145303
    • Dart version 3.2.3
    • DevTools version 2.28.4
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
    • Android SDK at ...
    • Platform android-34, build-tools 33.0.1
    • ANDROID_HOME = /Applications/Android Studio.app/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15A507
    • CocoaPods version 1.14.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2023.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314)

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 1 category.

Info.plist (iOS)

No response

Podfile (iOS)

No response

AndroidManifest.xml

No response

MainActivity.java

No response

MainActivity.kt

No response

index.html

No response

Info.plist (macOS)

No response