chrono 0.1.0 copy "chrono: ^0.1.0" to clipboard
chrono: ^0.1.0 copied to clipboard

Strongly-typed date and time arithmetic

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chrono

With Flutter:

 $ flutter pub add chrono

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

dependencies:
  chrono: ^0.1.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:chrono/chrono.dart';
1
likes
130
points
44
downloads

Publisher

verified publisherwanke.dev

Weekly Downloads

Strongly-typed date and time arithmetic

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

clock, dartx, fixed, glados, json_annotation, meta, oxidized

More

Packages that depend on chrono