date_formatter_codespark 1.3.1 copy "date_formatter_codespark: ^1.3.1" to clipboard
date_formatter_codespark: ^1.3.1 copied to clipboard

A zero-dependency Dart and Flutter date formatter with DateTime extensions for date formatting, datetime formatting, relative time, time ago, human-readable dates, timestamps, and custom date formats.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_formatter_codespark

With Flutter:

 $ flutter pub add date_formatter_codespark

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

dependencies:
  date_formatter_codespark: ^1.3.1

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_formatter_codespark/date_formatter_codespark.dart';
8
likes
0
points
201
downloads

Publisher

verified publisherksaikiran.dev

Weekly Downloads

A zero-dependency Dart and Flutter date formatter with DateTime extensions for date formatting, datetime formatting, relative time, time ago, human-readable dates, timestamps, and custom date formats.

Homepage
Repository (GitHub)
View/report issues

Topics

#date-formatting #datetime #date-formatter #time-ago #datetime-extension

License

unknown (license)

Dependencies

flutter

More

Packages that depend on date_formatter_codespark