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
Is your feature request related to a problem? Please describe.
I want to upgrade flutter in my project that uses stream_feed package to flutter 3.13.0. But I can't do it, because of the conflict of the intl version in stream_feed and flutter sdk:
Resolving dependencies...
Because stream_feed >=0.4.0+1 depends on intl ^0.17.0 and [my_project] depends on intl ^0.18.1, stream_feed >=0.4.0+1 is forbidden.
So, because [my_project] depends on stream_feed ^0.6.0+2, version solving failed.
Describe the solution you'd like
Bump package intl from 0.17.0 to 0.18.1
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to upgrade flutter in my project that uses stream_feed package to flutter 3.13.0. But I can't do it, because of the conflict of the
intl
version instream_feed
andflutter sdk
:Describe the solution you'd like
Bump package intl from 0.17.0 to 0.18.1
The text was updated successfully, but these errors were encountered: