Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [flutter pub get] Because firebase_auth >=4.2.9 depends on firebase_auth_web ^5.2.8 which depends on intl ^0.17.0, firebase_auth >=4.2.9 requires intl ^0.17.0. #10559

Closed
karokojnr opened this issue Mar 3, 2023 · 1 comment
Labels
resolution: duplicate This issue or pull request already exists type: bug Something isn't working

Comments

@karokojnr
Copy link

Bug report

Describe the bug
With the current Dart SDK version 3.0.0-283.0.dev, flutterfire_ui ^0.4.3+20 requires intl 0.18.0, and the current firebase_auth_web: ^5.2.8 version supports int 0.17.0

Steps to reproduce

Steps to reproduce the behavior:

  1. Change flutter version to master

Console output

Because no versions of flutterfire_ui match >0.4.3+20 <0.5.0 and flutterfire_ui 0.4.3+20 depends on flutter_localizations from sdk, flutterfire_ui ^0.4.3+20 requires flutter_localizations from sdk.
And because every version of flutter_localizations from sdk depends on intl 0.18.0, flutterfire_ui ^0.4.3+20 requires intl 0.18.0.
So, because partner_dashboard depends on both flutterfire_ui ^0.4.3+20 and intl ^0.17.0, version solving failed.

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 master, 3.8.0-18.0.pre.38, on Ubuntu 22.04.2 LTS
    5.19.0-32-generic, locale en_GB.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version
    32.1.0-rc1)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[✓] Android Studio (version 2021.3)
[✓] Android Studio
[✓] VS Code (version 1.74.0)
[✓] Connected device (2 available)
[✓] Network resources

• No issues found!

@karokojnr karokojnr added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Mar 3, 2023
@darshankawar darshankawar added the triage Issue is currently being triaged. label Mar 3, 2023
@darshankawar
Copy link

@karokojnr
please check #10199 (comment) issue comment for current workaround.

There's an open PR to upgrade intl to latest version that you can track for further updates: #10443

I am closing this as a duplicate.

@darshankawar darshankawar added resolution: duplicate This issue or pull request already exists and removed Needs Attention This issue needs maintainer attention. triage Issue is currently being triaged. labels Mar 3, 2023
@firebase firebase locked and limited conversation to collaborators Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate This issue or pull request already exists type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants