sync_time_ntp_totalxsoftware 0.0.1 copy "sync_time_ntp_totalxsoftware: ^0.0.1" to clipboard
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_totalxsoftware

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 dart pub get):

dependencies:
  sync_time_ntp_totalxsoftware: ^0.0.1

Alternatively, 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';
5
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

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 navigation for correcting date/time issues.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, ntp, open_settings_plus

More

Packages that depend on sync_time_ntp_totalxsoftware