flutter_date_interval 2.0.0 copy "flutter_date_interval: ^2.0.0" to clipboard
flutter_date_interval: ^2.0.0 copied to clipboard

discontinuedreplaced by: schedules
outdated

A package for configuring a repetition pattern, e.g. every other day, bi-weekly, monthly, etc. and finding dates that follow that pattern.

2.0.0 #

  • Removed the overridden toString method as it wasn't really within the scope of this project and wasn't very useful
  • Removed the daysAheadOf method in favor of Dart's difference.inDays
  • Minor cleanup to resolve analysis problems

1.0.3 #

  • Fixed a typo in the README

1.0.2 #

  • Improved examples

1.0.1 #

  • Updated the toString method to print a readable representation of the interval
  • Added an examples file

1.0.0 #

Initial Release This package is based off of work that was previously developed inside another project, so most of the work was done before extracting to this package, but some improvements have been made to the logic and, most of all, readability.

0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A package for configuring a repetition pattern, e.g. every other day, bi-weekly, monthly, etc. and finding dates that follow that pattern.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_date_interval