sync_time_ntp_totalxsoftware 0.0.1
sync_time_ntp_totalxsoftware: ^0.0.1 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 Dart:
$ dart pub add sync_time_ntp_totalxsoftwareWith Flutter:
$ flutter pub add sync_time_ntp_totalxsoftwareThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sync_time_ntp_totalxsoftware: ^0.0.1Alternatively, your editor might support dart pub get or 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';