Skip to content

🐛 [flutterfire_ui] twitter_login crash  #8555

Closed
@Tom3652

Description

@Tom3652

Bug report

Describe the bug

The issue is spotted here in twitter_login.

Expected behavior

My app doesn't use twitter_login but uses flutterfire_ui. Also, my app only use email/password login from firebase, not twitter_login.

Would it be possible to not bind all dependencies for people who don't need multiple auth providers and that would lead to errors like this ?
For now i have to remove this package unfortunately and make my own UI to support only email/password login without dependencies i don't need and that make my production app crashing :/

Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.10.5, on macOS 12.3.1 21E258 darwin-x64, locale fr-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.66.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

• No issues found!

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand
PASTE OUTPUT INSIDE HERE

Metadata

Metadata

Assignees

Labels

plugin: uiresolution: fixedA fix has been merged or is pending merge from a PR.type: bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions