tempo 0.7.0 copy "tempo: ^0.7.0" to clipboard
tempo: ^0.7.0 copied to clipboard

A complete time and date solution that replaces Dart's core DateTime with a rich set of date and time classes, advanced arithmetic features and full time zone support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tempo

With Flutter:

 $ flutter pub add tempo

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

dependencies:
  tempo: ^0.7.0

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:tempo/tempo.dart';
6
likes
160
points
335
downloads

Publisher

verified publisherniladic.org

Weekly Downloads

A complete time and date solution that replaces Dart's core DateTime with a rich set of date and time classes, advanced arithmetic features and full time zone support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

built_collection, built_value, collection, meta, string_scanner, test

More

Packages that depend on tempo