date_and_time 0.0.5-alpha copy "date_and_time: ^0.0.5-alpha" to clipboard
date_and_time: ^0.0.5-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

With Flutter:

 $ flutter 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.5-alpha

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:date_and_time/library.dart';
10
likes
150
points
59
downloads

Publisher

verified publisherchristianfindlay.com

Weekly Downloads

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

Repository (GitHub)

Topics

#date #time #datetime #testing #utilities

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on date_and_time