RevenueCat / purchases-flutter

Flutter plugin for in-app purchases and subscriptions. Supports iOS, macOS and Android.
https://www.revenuecat.com/
MIT License
612 stars 170 forks source link

purchases_ui_flutter: 7.0.0 still depends on purchases_flutter: ^6.22.0 #1131

Closed SebastianKlaiber closed 2 hours ago

SebastianKlaiber commented 3 months ago

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

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.

RCGitBot commented 3 months ago

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

MarkVillacampa commented 3 months ago

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.

SebastianKlaiber commented 3 months ago

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.

joshdholtz commented 3 months ago

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!

SebastianKlaiber commented 3 months ago
  1. iOS 18
  2. final paywallResult = await RevenueCatUI.presentPaywallIfNeeded('premium');

Flutter 3.24