date_kit 1.0.2 copy "date_kit: ^1.0.2" to clipboard
date_kit: ^1.0.2 copied to clipboard

A comprehensive Dart package for DateTime operations, with a rich set of functions and extensions for seamless manipulation and formatting.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_kit

With Flutter:

 $ flutter pub add date_kit

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

dependencies:
  date_kit: ^1.0.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:date_kit/date_kit.dart';
2
likes
160
pub points
44%
popularity

Publisher

unverified uploader

A comprehensive Dart package for DateTime operations, with a rich set of functions and extensions for seamless manipulation and formatting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

intl

More

Packages that depend on date_kit