- Notifications
You must be signed in to change notification settings - Fork29.7k
Closed
Description
Hi!
I have Flutter 1.22.5 • channel stable
This error happens when I do flutter pub get. I have the intl version: ^ 0.16.1.
Running "flutter pub get" in fact-mobile-app...
Because my_app depends on flutter_localizations any from sdk which depends on intl 0.17.0-nullsafety.2, intl 0.17.0-nullsafety.2 is required.
So, because my_app depends on intl ^0.16.1, version solving failed.
pub get failed (1; So, because my_app depends on intl ^0.16.1, version solving failed.)
Can you help me please?
Thank you!