How can I get the time in another country or a specific location in flutter? Can't find a free API that does it with lat and long. What is the easiest way to get the time or UTC offset in another country using coordinates.
Asked
Active
Viewed 535 times
0
-
Hello, please checkout this answer https://stackoverflow.com/questions/16086962/how-to-get-a-time-zone-from-a-location-using-latitude-and-longitude-coordinates/16086964 it has been validated by the community. – Didier Peran Ganthier Jul 29 '20 at 11:24
-
You can use [this package](https://pub.dev/packages/timezone) – hisam Jul 29 '20 at 12:25
-
even you can use this API http://worldtimeapi.org/ – Vasanth Vadivel Jul 29 '20 at 19:51