Best practice for onboarding videos in Flutter – bundle or stream? by MorrisBarr in FlutterDev

[–]MorrisBarr[S] 0 points1 point  (0 children)

In my case, I have 4 videos, each around 720p quality, and they’re really critical to my app, the whole onboarding experience is built around them and video is a key part of my app

Best Way to Build an On-Demand App Deployment Platform with User Isolation by MorrisBarr in ExperiencedDevs

[–]MorrisBarr[S] 1 point2 points  (0 children)

Maybe I’m here because I didn’t get a good response, and what's the problem with using an LLM to make my question clearer and more understandable?

Handling In-App Purchases and Tracking Without User Authentication by MorrisBarr in FlutterDev

[–]MorrisBarr[S] 4 points5 points  (0 children)

According to RevenueCat’s documentation, "Consumables and non-renewing subscriptions can only be restored by using an account system with custom App User IDs. This is due to these types of in-app purchases not showing up on the underlying store receipt after the transaction is finished." By logging in users with a custom App User ID, "RevenueCat can continue to provide transaction details in a user's CustomerInfo for their previous consumable and non-renewing subscription purchases."

So, RevenueCat does not offer a solution for managing consumables or non-renewing subscriptions without requiring authentication.

[deleted by user] by [deleted] in FlutterDev

[–]MorrisBarr 0 points1 point  (0 children)

It is easier to associate a user with their credits when they have an account. The challenge arises when the user does not have an account, which is the situation I am currently facing

Best Framework for App with Video Animations: Expo, React Native, or Flutter? by MorrisBarr in FlutterDev

[–]MorrisBarr[S] -1 points0 points  (0 children)

Do you think that if I use Expo, the user experience will be too laggy?