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
i am trying to pub get and I am getting a versioning error for this repo on version 0.20.1 since it still used intl 0.16.0 instead of the new intl 0.17.0-nullsafety.2 since the null safety is a thing now.
please update.
here is the error :
pub get failed (1; So, because App depends on flutter_i18n ^0.20.1 which
depends on intl ^0.16.0, version solving failed.)
The text was updated successfully, but these errors were encountered:
I'll not update until 0.17 will be officially release: now is in pre-release.
I suggest you to override the dependency, including the follow in your pubsec:
i am trying to
pub get
and I am getting a versioning error for this repo on version 0.20.1 since it still usedintl 0.16.0
instead of the newintl 0.17.0-nullsafety.2
since the null safety is a thing now.please update.
here is the error :
The text was updated successfully, but these errors were encountered: