I have an Async Task that fetches information from a web service API and displays in the UI. This requires me to fetch the info every time the application starts, which takes a long time for info to appear when you start the app.
I would like to store the fetched information in a local SQLite Database and sync it every once in a while with the data from the web service.
I would also like to fill some form locally offline and send to a server when the internet is connected. What would be the best approach to do that?
--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.