flutter_date_interval 2.0.0
flutter_date_interval: ^2.0.0 copied to clipboard
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
toStringmethod as it wasn't really within the scope of this project and wasn't very useful - Removed the
daysAheadOfmethod in favor of Dart'sdifference.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
toStringmethod 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.