general_date_format 0.1.3 copy "general_date_format: ^0.1.3" to clipboard
general_date_format: ^0.1.3 copied to clipboard

A Dart/Flutter package to format dates in a flexible and generalized way, extending the functionality of the general_datetime package for versatile date formatting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add general_date_format

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

dependencies:
  general_date_format: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:general_date_format/general_date_format.dart';
1
likes
150
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter package to format dates in a flexible and generalized way, extending the functionality of the general_datetime package for versatile date formatting.

Homepage
Repository (GitHub)
View/report issues

Topics

#date #time #format #utils #service

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter, general_datetime

More

Packages that depend on general_date_format