gps_time_plugin 0.0.1 copy "gps_time_plugin: ^0.0.1" to clipboard
gps_time_plugin: ^0.0.1 copied to clipboard

A Flutter plugin that provides accurate GPS-synced time on Android and iOS. Extracts trusted time directly from GPS location fixes, helping avoid reliance on potentially manipulated or drifted device clocks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gps_time_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gps_time_plugin: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gps_time_plugin/gps_time_plugin.dart';
1
likes
140
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that provides accurate GPS-synced time on Android and iOS. Extracts trusted time directly from GPS location fixes, helping avoid reliance on potentially manipulated or drifted device clocks.

Repository (GitHub)
View/report issues

Topics

#gps #time #location #clock #trusted-time

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gps_time_plugin

Packages that implement gps_time_plugin