sync_time_ntp_totalxsoftware 0.0.3 copy "sync_time_ntp_totalxsoftware: ^0.0.3" to clipboard
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';
4
likes
150
points
38
downloads
screenshot

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, ntp, open_settings_plus

More

Packages that depend on sync_time_ntp_totalxsoftware