sync_time_ntp_totalxsoftware 0.0.3
sync_time_ntp_totalxsoftware: ^0.0.3 copied to clipboard
A Flutter utility library for validating device time synchronization with an NTP server. It helps detect whether the device's date and time are accurate, fetches NTP network time, and offers settings [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sync_time_ntp_totalxsoftware
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sync_time_ntp_totalxsoftware: ^0.0.3
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:sync_time_ntp_totalxsoftware/sync_time_ntp_totalxsoftware.dart';