system_time_change_detector 0.0.4 copy "system_time_change_detector: ^0.0.4" to clipboard
system_time_change_detector: ^0.0.4 copied to clipboard

This plugin allows to detect timezone / time changes via Flutter desktop apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add system_time_change_detector

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  system_time_change_detector: ^0.0.4

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:system_time_change_detector/system_time_change_detector.dart';
3
likes
150
points
385
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin allows to detect timezone / time changes via Flutter desktop apps.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on system_time_change_detector