big_date 0.2.3 copy "big_date: ^0.2.3" to clipboard
big_date: ^0.2.3 copied to clipboard

A Dart library that expand DateTime, it also support diiferent countries` calendar.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add big_date

With Flutter:

 $ flutter pub add big_date

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

dependencies:
  big_date: ^0.2.3

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

Publisher

unverified uploader

Weekly Downloads

A Dart library that expand DateTime, it also support diiferent countries` calendar.

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on big_date