general_date_format 0.1.3
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';