Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

flutter dependences version solving failed

I am facing this error. I really want to use both packages but I can’t figure out how to solve the next error. Can you help me?

Because u_lo_musico_v3 depends on awesome_calendar ^1.1.3 which depends on intl ^0.17.0, intl ^0.17.0 is required.
So, because u_lo_musico_v3 depends on intl ^0.18.0, version solving failed.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

There are a few things you could do.

  • Downgrade the version of intl library that you are using to version 0.17.0 as awesome_calendar is not compatible with what is in your pubspec 0.18.0.
  • You could add intl ^0.17.0 under dependency overrides. Which overrides all versions of intl that whatever dependency may use and resolves it to 0.17.0
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading