Is it possible to track User's Location when app is killed (Flutter)

Viewed 6360

I am trying to track user's location when app is killed and send that location(Latitude and Longitude) to a database(Firestore) in Flutter.

I am a newbie and so I have no idea how to do this. It would be appreciated if someone could help me on this one.

Thanks so much!!

2 Answers
Related