FeatureFuel
45

Offline Support

Source: appwrite/appwrite#5326 · opened by @stnguyen90
<img width="1012" alt="offline-support-cover" src=" Hello all ๐Ÿ‘‹๐Ÿผ Since offline support has been such a [highly requested feature]( we've been hard at work updating our SDKs to work offline. We've started with the Flutter SDK and plan to add support in the other client SDKs after some testing and feedback. For details on the design and implementation, please take a look at our [RFC]( Getting Started First, you need to use [this]( branch of the SDK. You can do so by updating the pubspec.yaml. Refer to the [Dart docs]( for more details on how to do this. Next, to enable offline support, call await client.setOfflinePersistency(status: true) like: One very important thing is that write operations will not resolve until online again, so you have to update your code to update optimistically. For example: For a sample app with Offline Support, check out our [Todo with Flutter]( Next Steps Join us on [Discord]( if yoโ€ฆ

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests