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

Generate dates based on their position within a month

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add date_generator

With Flutter:

 $ flutter pub add date_generator

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

dependencies:
  date_generator: ^1.0.0

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:date_generator/date_generator.dart';
5
likes
120
pub points
38%
popularity

Publisher

verified publisherpetit.dev

Generate dates based on their position within a month

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on date_generator