date_kit 1.0.0
date_kit: ^1.0.0 copied to clipboard
A Dart package to handle all the possible
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