I'm trying to get GPS time in my flutter application, I'm able to get the device current time but as it can be changed in phone's setting and can't use Network provided time NTP because I'm using my application offline. Is there any flutter library from which I can get GPS date and Time (Not device time, satellite date and time) or any other solution to my problem?