auto_datetime 0.0.1 copy "auto_datetime: ^0.0.1" to clipboard
auto_datetime: ^0.0.1 copied to clipboard

A Flutter plugin that detects whether automatic date and time is enabled on Android, iOS, and Windows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_datetime

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

dependencies:
  auto_datetime: ^0.0.1

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:auto_datetime/auto_datetime.dart';
0
likes
140
points
189
downloads

Documentation

API reference

Publisher

verified publisherbigvaria.com

Weekly Downloads

A Flutter plugin that detects whether automatic date and time is enabled on Android, iOS, and Windows.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on auto_datetime

Packages that implement auto_datetime