purchases_ui_flutter: 7.0.0 still depends on purchases_flutter: ^6.22.0
- [ ] I have updated Purchases SDK to the latest version
- [x] I have read the Contribution Guidelines
- [x] I have searched the Community
- [x] I have read docs.revenuecat.com
- [x] I have searched for existing Github issues
‼️ Required data ‼️
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
- [ ] Output of
flutter doctor - [ ] Version of
purchases-flutter - [ ] Testing device version e.g.: iOS 15.5, Android API 30, etc.
- [ ] How often the issue occurs- every one of your customers is impacted? Only in dev?
- [ ] Debug logs that reproduce the issue
- [ ] Steps to reproduce, with a description of expected vs. actual behavior Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
purchases_ui_flutter: 7.0.0 still depends on purchases_flutter: ^6.22.0 is that intentional? Currently, both dependency in version 7.0.0 leads to a dependency issue.
Additional context
Add any other context about the problem here.
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!
Hello @SebastianKlaiber,
Thank you for raising this issue. We just released version 7.0.1 which should fix it. Please try it and let us know.
Hi @MarkVillacampa,
the dependency issue is resolved with Version 7.0.1. But the paywall is not responding on any click, maybe I need to do some migrations to get the paywall working again.
Hi @MarkVillacampa,
the dependency issue is resolved with Version 7.0.1. But the paywall is not responding on any click, maybe I need to do some migrations to get the paywall working again.
@SebastianKlaiber Thanks for working with us on the dependency issue!
There shouldn't be anything you need to do for migrations and our sample projects are responsive but we are looking into what could be causing this. Now just got a few questions for you for this one...
- What platform are you experiencing the the non-responsive paywalls on?
- Which method(s) are you using to display your paywall?
Thanks!
- iOS 18
- final paywallResult = await RevenueCatUI.presentPaywallIfNeeded('premium');
Flutter 3.24