ntp
ntp copied to clipboard
Need notification when no internet connection
You can use a package like https://pub.dev/packages/internet_connection_checker to check for connection and only contact NTP when online. Also make sure you are catching exceptions and handle them accordingly.