-
Notifications
You must be signed in to change notification settings - Fork 169
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
purchases_flutter >=3.9.1 depends on freezed_annotation ^1.1.0 #375
Comments
That's definitely a serious blocking point, I had to downgrade a lot of packages to make |
We merged #363 (comment) this week and it will be released with purchases-flutter 4.0.0. Before that, we need to do a bunch of testing, since it's a major release, and last time we made a change to freezed, we shipped a couple bugs that we didn't really expect at all. In any case, 4.0.0 is almost ready and should be released within the next couple weeks. |
Great to hear, thank you! |
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Please reach out if you have additional information to help us investigate further! |
Is there an ETA on the v4 release? |
We're in the final stages of testing, but that can sadly take some time because of the complexity in testing Amazon AppStore, Google Play and Apple AppStore. I'll update here when I have a more concrete ETA |
[✓] Flutter (Channel stable, 3.0.1, on macOS 12.4 21F79 darwin-arm, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.67.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
Describe the bug
Maybe less of a bug and more of a request to upgrade to latest version of freezed_annotation. I require this for other tools and can not upgrade to purchases_flutter 3.9.0 or later.
Because purchases_flutter >=3.9.1 depends on freezed_annotation ^1.1.0 and MyProject depends on freezed_annotation ^2.0.1, purchases_flutter >=3.9.1 is forbidden.
The text was updated successfully, but these errors were encountered: