Skip to main content

Hi!
I'm trying to integrate Revenuecat service for a subscription (work on flutterflow). I've already reviewed all the tutorials several times, changed different options, but it still gives an error. I've been trying to solve the problem for a whole week
I'm running it on an Android smartphone via a cable from a PC.
HELP PLEASE!. Here are my screenshots.

I used the tutorials:
https://docs.flutterflow.io/integrations/payments/revenuecat

https://blog.flutterflow.io/in-app-subscriptions-using-revenue-cat/

 

Hi @RomanST, I think we’re chatting in a support ticket about this. Thanks for sharing screenshots. Can you attach more comprehensive debug logs? While what you’ve attached gives us a clue, the full logs should help us get to the bottom of this.

The very first line of your logs:

Null check operator used on a null value

tells us that you have a null value somewhere. Can you print to the console your customerInfo and offerings objects, so we can ensure they’re not null? Also, please ensure you only sparingly use the null check operator (!), and instead use the null coalescing operator (??) to handle potential null values.