-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Support #26
Comments
Flutter web is not yet supported since our cross-platform SDKs don't support Stripe yet. I've realized there is a badge in pub.dev indicating support for Regarding macOS support, we haven't tested yet, but as far as I am aware, it's not in the stable channel of Flutter yet, right? I just spend some time digging around macOS support and we need to make some changes on the plugin. I am going to leave this Issue open to track the macOS support |
Macos is in alpha on the dev channel but not in stable I believe. If you need a tester for it please let me know. And for web is there a way I can use this server to store purchases? For example not completing new ones just checking if a user purchased on iOS or Android. I know they would have to use the mobile app once before the web. Is there a database of users to access? Or is it all just api wrappers. I haven’t found a good solution for web yet before building my own. |
Regarding for your web case, you could use our REST API https://docs.revenuecat.com/reference#basic. You would have to call this API from your own backend though, a Firebase Function for example, and send/get the data from RevenueCat from there to be consumed. Calling our REST API directly from Flutter won't work and will give you Cross-Origin requests blocked |
When you have MacOS please let me know. I have a Flutter app ready to be released with it. |
Sorry to waste your time @jsanl I will remove that now. We removed it from the supported platforms at https://pub.dev/packages/purchases_flutter, but not from the readme |
@vegaro You could also remove the stated web support from the Readme |
Are there any plans to support Flutter RevenueCat for macOS? RevenueCat for macOS should be working: https://docs.revenuecat.com/docs/macos |
It's in our backlog @AndroidNils I will update here when we start working on it |
Great, @vegaro! So can we reopen this issue? |
I thought MacOS was supported? Can you show me documentation to get started? Works great on iOS and Android. Also is web support for Flutter web added?
The text was updated successfully, but these errors were encountered: