Relative Content

Tag Archive for flutterapigoogle-mapslocationsqflite

Flutter Location Saving SQLite (When no internet)

Here what I want is that when I will have internet connectivity I will be able to get location data using Geolocator package and send to a REST Api for my project. But suppose there is no internet then it will start saving the data every 5 seconds in SQFlite. After restoring connection it will again start saving that data in the API and stop saving in SQFlite.