ts_date_converter 0.0.2 ts_date_converter: ^0.0.2 copied to clipboard
Convert your date to desired format
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ts_date_converter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ts_date_converter: ^0.0.2
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:ts_date_converter/ts_date_converter.dart';