simply_date 1.0.1 copy "simply_date: ^1.0.1" to clipboard
simply_date: ^1.0.1 copied to clipboard

A simple Flutter package for date formatting and time conversions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simply_date

With Flutter:

 $ flutter pub add simply_date

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

dependencies:
  simply_date: ^1.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:simply_date/simply_date.dart';
4
likes
150
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter package for date formatting and time conversions.

Repository (GitHub)
View/report issues

Topics

#date #time #formatting

Documentation

API reference

License

MIT (license)

Dependencies

flutter_lints, intl

More

Packages that depend on simply_date