date_and_time 0.0.1-alpha copy "date_and_time: ^0.0.1-alpha" to clipboard
date_and_time: ^0.0.1-alpha copied to clipboard

Clean, immutable Date and Time types. Separate types without the complexity of DateTime.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_and_time

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

dependencies:
  date_and_time: ^0.0.1-alpha

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:date_and_time/library.dart';
10
likes
0
points
60
downloads

Publisher

verified publisherchristianfindlay.com

Weekly Downloads

Clean, immutable Date and Time types. Separate types without the complexity of DateTime.

Repository (GitHub)
View/report issues

Topics

#date #time #datetime #testing #utilities

License

unknown (license)

More

Packages that depend on date_and_time