purchases-flutter icon indicating copy to clipboard operation
purchases-flutter copied to clipboard

purchases_ui_flutter: 7.0.0 still depends on purchases_flutter: ^6.22.0

Open SebastianKlaiber opened this issue 1 year ago • 5 comments

‼️ 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.

SebastianKlaiber avatar Aug 07 '24 11:08 SebastianKlaiber

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

RCGitBot avatar Aug 07 '24 11:08 RCGitBot

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.

MarkVillacampa avatar Aug 07 '24 13:08 MarkVillacampa

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 avatar Aug 07 '24 14:08 SebastianKlaiber

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...

  1. What platform are you experiencing the the non-responsive paywalls on?
  2. Which method(s) are you using to display your paywall?

Thanks!

joshdholtz avatar Aug 07 '24 15:08 joshdholtz

  1. iOS 18
  2. final paywallResult = await RevenueCatUI.presentPaywallIfNeeded('premium');

Flutter 3.24

SebastianKlaiber avatar Aug 07 '24 17:08 SebastianKlaiber