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.
Comments
Similar requests
Return cookie auth for support packages offline first in flutter
1 vote · 0 comments
database sync (Offline Support)
1 vote · 0 comments
Custom rate limit for database collection access per user
5 votes · 0 comments
๐ Feature: Postgres Support
1 vote · 0 comments
๐ Enhancement: Support SQLite
1 vote · 0 comments
No comments yet.