Write data without internet #24
-
Hey, I'm using Supabase as backend for a Flutter app and I've seen that you can store the data offline with the package. But is it also possible to create data anyway when no internet is available and will it be automatically synced to Supabase when internet is available again? Or is the package only to store the data offline to make them available if there is no internet or to improve the loading times? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey Marco, Thanks for checking out the package. Unfortunately, the feature that you mention is not in stock and we are not planning to include it since is not related to stock purposes. |
Beta Was this translation helpful? Give feedback.
-
Oh okay, thanks anyway for the answer and for your help! I will have a look at the WorkManager. |
Beta Was this translation helpful? Give feedback.
Hey Marco,
Thanks for checking out the package.
Unfortunately, the feature that you mention is not in stock and we are not planning to include it since is not related to stock purposes.
We have worked on an application that requires this kind of functionality and usually depends on the backend communication and sync strategies. I don´t think there is a library that does this. As an alternative, you should consider using a local database and synchronize the data by using WorkManager.