How to fix: Because ... depends on ... which depends on ..., ... is required
You already have your application almost finished, most of the functionalities are developed and tested, you have everything ready to be able to deploy the app to the stores. Then you think on giving a final brush to your app by updating the dependen...
davidserrano.io5 min read
Bassam Alraheam
bassam_alraheam
I had the same problem earlier, and I solved it by adding the dependency that caused the error under dependency_overrides in pubspec.yaml. dependency_overrides: intl: ^0.18.0