date_formatter_codespark 1.2.0
date_formatter_codespark: ^1.2.0 copied to clipboard
A zero-dependency, ultra-lightweight Flutter package providing intuitive DateTime extensions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add date_formatter_codesparkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
date_formatter_codespark: ^1.2.0Alternatively, 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:date_formatter_codespark/date_formatter_codespark.dart';