You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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!
The text was updated successfully, but these errors were encountered:
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:
master
Console output
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: