simple_date 1.1.1 copy "simple_date: ^1.1.1" to clipboard
simple_date: ^1.1.1 copied to clipboard

A simple date model for Dart with no notion of time. Useful for applications that rely on date-only events such as birthdays, anniversaries, and date ranges.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_date

With Flutter:

 $ flutter pub add simple_date

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

dependencies:
  simple_date: ^1.1.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:simple_date/simple_date.dart';
10
likes
140
pub points
52%
popularity

Publisher

verified publisherjfk.dev

A simple date model for Dart with no notion of time. Useful for applications that rely on date-only events such as birthdays, anniversaries, and date ranges.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on simple_date