flutter_date_formatter 0.0.9 copy "flutter_date_formatter: ^0.0.9" to clipboard
flutter_date_formatter: ^0.0.9 copied to clipboard

A Flutter package for formatting dates and times in various locales. This package provides utilities for formatting relative dates, ordinal numbers, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_date_formatter

With Flutter:

 $ flutter pub add flutter_date_formatter

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

dependencies:
  flutter_date_formatter: ^0.0.9

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:flutter_date_formatter/flutter_date_formatter.dart';
5
likes
160
points
385
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for formatting dates and times in various locales. This package provides utilities for formatting relative dates, ordinal numbers, and more.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

intl

More

Packages that depend on flutter_date_formatter