Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter pub get Failed #24

Closed
tsvillain opened this issue Apr 14, 2020 · 3 comments
Closed

Flutter pub get Failed #24

tsvillain opened this issue Apr 14, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tsvillain
Copy link

Error:
Because every version of month_picker_dialog depends on flutter_localizations any from sdk which depends on intl 0.16.0, every version of month_picker_dialog requires intl 0.16.0.
So, because "appname" depends on both intl ^0.16.1 and month_picker_dialog any, version solving failed.
Running "flutter pub get" in "appname"..
pub get failed (1; So, because "appname" depends on both intl ^0.16.1 and month_picker_dialog any, version solving failed.)

@hmkrivoj hmkrivoj self-assigned this Apr 14, 2020
@hmkrivoj hmkrivoj added the bug Something isn't working label Apr 14, 2020
@hmkrivoj
Copy link
Collaborator

hmkrivoj commented Apr 14, 2020

Can you provide an anonymized excerpt of your pubspec.yaml? Which flutter channel are you using?

I fail to reproduce this error message.

@hmkrivoj
Copy link
Collaborator

Does this work as a workaround?:
flutter/flutter#42112 (comment)

Adding these lines to your pubspec.yaml:

dependency_overrides:
  intl: ^0.16.0

@tsvillain
Copy link
Author

Worked Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants