sync_datetime 0.2.2 copy "sync_datetime: ^0.2.2" to clipboard
sync_datetime: ^0.2.2 copied to clipboard

Dart & Flutter DateTime utilities for UTC timezone conversion, ISO 8601 parsing, client-server synchronization, REST API timestamps, date calculations, and calendar math.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sync_datetime

With Flutter:

 $ flutter pub add sync_datetime

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

dependencies:
  sync_datetime: ^0.2.2

Alternatively, your editor might support dart pub get or 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_datetime/sync_datetime.dart';
1
likes
160
points
391
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart & Flutter DateTime utilities for UTC timezone conversion, ISO 8601 parsing, client-server synchronization, REST API timestamps, date calculations, and calendar math.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on sync_datetime