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

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

date_kit #

date_kit is a Dart package designed to facilitate working with DateTime objects by providing a comprehensive set of methods for performing various date and time operations. While DateTime objects in Dart are immutable, date_kit allows you to perform a wide range of operations on them, making date and time manipulation easier and more convenient.

This package was inspired by date-fns for JavaScript.

Installation #

To use date_kit in your Dart project, add it as a dependency in your pubspec.yaml file:

dependencies:
  date_kit: ^1.0.0
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