general_date_format 0.0.1 copy "general_date_format: ^0.0.1" to clipboard
general_date_format: ^0.0.1 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 Dart:

 $ dart pub add general_date_format

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 dart pub get):

dependencies:
  general_date_format: ^0.0.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:general_date_format/general_date_format.dart';
1
likes
0
points
23
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

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, general_datetime

More

Packages that depend on general_date_format