date_to_words 0.0.1 copy "date_to_words: ^0.0.1" to clipboard
date_to_words: ^0.0.1 copied to clipboard

Date to English word converter package

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add date_to_words

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

dependencies:
  date_to_words: ^0.0.1

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:date_to_words/date_to_words.dart';
0
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Date to English word converter package

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on date_to_words