parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
573 stars 188 forks source link

Support Local Storage #963

Closed ddrechse closed 1 year ago

ddrechse commented 1 year ago

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

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

mbfakourii commented 1 year ago

Duplicate and in progress