We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support saveEventually() when using the Flutter SDK. Support the ability for offline Storage
Currently, as I understand it, saveEventually is only supported in Android and IOS sdk I assume they use proprietary local storage APIs
Flutter has the capability to also support local Storage based on the following post https://santhosh-adiga-u.medium.com/using-local-storage-in-flutter-874721dfe4ca
When using the flutter sdk, I am able to call saveEventually and utilize offline Storage for when my app is not connected to the backend
None
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Duplicate and in progress
No branches or pull requests
New Feature / Enhancement Checklist
Current Limitation
Support saveEventually() when using the Flutter SDK.
Support the ability for offline Storage
Feature / Enhancement Description
Currently, as I understand it, saveEventually is only supported in Android and IOS sdk
I assume they use proprietary local storage APIs
Flutter has the capability to also support local Storage based on the following post
https://santhosh-adiga-u.medium.com/using-local-storage-in-flutter-874721dfe4ca
Example Use Case
When using the flutter sdk, I am able to call saveEventually and utilize offline Storage for when my app is not connected to the backend
Alternatives / Workarounds
None
The text was updated successfully, but these errors were encountered: