date_kit 1.0.1
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