system_time_change_detector

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

system time change detector

system_time_change_detector #
This plugin allows to detect timezone / time changes via Flutter desktop apps.
Platform Support #



Linux
macOS
Windows




✔️

✔️



Quick Start #
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
system_time_change_detector: ^0.0.3
copied to clipboard
Example #
// Import package
import 'package:system_time_change_detector/systemtimechangedetector.dart';

// Initialize variable
final _timechangedetectorPlugin = SystemTimeChangeDetector();
await _timechangedetectorPlugin.getSystemTimeChange(() {
debugPrint("TIME / ZONE CHANGED"); // Handle the changes
});
copied to clipboard

Please see the example app of this plugin for a full example.

Platform Differences #



Name
Description
Linux
macOS
Windows




timezone
Detect system timezone changes
✔️

✔️


time
Detect system time / date changes


✔️



License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.