constant_datetime 1.0.0 copy "constant_datetime: ^1.0.0" to clipboard
constant_datetime: ^1.0.0 copied to clipboard

ConstantDateTime is a class that allows you to use DateTime as a constant.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add constant_datetime

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

dependencies:
  constant_datetime: ^1.0.0

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:constant_datetime/constant_datetime.dart';
0
likes
30
pub points
3%
popularity

Publisher

unverified uploader

ConstantDateTime is a class that allows you to use DateTime as a constant.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on constant_datetime