Skip to content
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

Update Flutter SDK to add offline support #132

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stnguyen90
Copy link

@stnguyen90 stnguyen90 commented Mar 13, 2023

What does this PR do?

This is generated from Appwrite.

Test Plan

Manual:

  • Android
    • I was able to queue write operations successfully while offline.
  • iOS
    • I was able to queue write operations successfully while offline
    • I tested by turning wifi on my mac off, making updates, and then turning wifi on again. I had to initiate another API call, then then the write queued was processed as expected.
  • Web
    • I was able to queue write operations successfully while offline
    • I tested by using the chrome dev tools to throttle my network to offline, making updates, and then turning off the throttle. The write queue was processed as soon as i disabled throttling.
  • MacOS
    • I was able to queue write operations successfully while offline
    • I tested by turning wifi off, making updates, and then turning wifi on again. The write queue was processed as soon as i enabled wifi again.
  • Linux
    • I was able to queue write operations successfully while offline
    • I tested by turning wifi off, making updates, and then turning wifi on again. The write queue was processed as soon as i enabled wifi again.
    • some linux packages are required
  • Windows
    • I was able to queue write operations successfully while offline
    • I tested by turning wifi off, making updates, and then turning wifi on again. The write queue was processed as soon as i enabled wifi again.
    • sqlite3.dll is required

Related PRs and Issues

Appwrite PR:

Previous SDK Generator PRs:

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

@stnguyen90 stnguyen90 marked this pull request as draft March 14, 2023 00:27
@Sun3
Copy link

Sun3 commented Feb 23, 2024

Any updates on current progress? I sure would love to see offline sync added.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants