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

Cannot upgrade to Flutter 2 #13

Open
jonsamwell opened this issue Mar 4, 2021 · 1 comment
Open

Cannot upgrade to Flutter 2 #13

jonsamwell opened this issue Mar 4, 2021 · 1 comment

Comments

@jonsamwell
Copy link

jonsamwell commented Mar 4, 2021

As this package uses intl: 0.16.0 and Flutter v2 uses 0.17.0 we cannot upgrade until this package constraints on intl allow 0.17.0


Because pattern_formatter 1.0.2 depends on intl ^0.16.0 and no versions of pattern_formatter match >1.0.2 <2.0.0, pattern_formatter ^1.0.2 requires intl ^0.16.0.

So, because my_app depends on both intl ^0.17.0 and pattern_formatter ^1.0.2, version solving failed.
@eduardotq
Copy link
Contributor

I forked this project and migrated it to null safety support. Feel free to use, test and improve it if you want. Just add at your pubspec.yaml

pattern_formatter:
git:
url: https://github.com/eduardotq/flutter_pattern_formatter.git
ref: Null-safety

I had also openned a PR to package's owner analises #14

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