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 Money Formatter is not compatible with intl 0.16.1 #25

Closed
mukkulsingh opened this issue Jan 8, 2020 · 1 comment
Closed

Flutter Money Formatter is not compatible with intl 0.16.1 #25

mukkulsingh opened this issue Jan 8, 2020 · 1 comment

Comments

@mukkulsingh
Copy link

Describe the bug
Running "flutter pub get" in fitway_crm...
Because flutter_money_formatter >=0.8.2 depends on intl ^0.15.8 and flutter_money_formatter <0.8.2 depends on intl ^0.15.7, every version of flutter_money_formatter requires intl ^0.15.7.

And because every version of flutter_localizations from sdk depends on intl 0.16.0, flutter_money_formatter is incompatible with flutter_localizations from sdk.

So, because fitway_crm depends on both flutter_localizations any from sdk and flutter_money_formatter any, version solving failed.
pub get failed (1; So, because fitway_crm depends on both flutter_localizations any from sdk and flutter_money_formatter any, version solving failed.)
Process finished with exit code 1

@w4ll3
Copy link

w4ll3 commented Jan 14, 2020

There is already an open pull request that solves this bug (#23). As for now you can reference the branch directly in your pubspec.yaml file in this way:

  flutter_money_formatter:
    git:
      url: git://github.com/anisalibegic/flutter_money_formatter.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants