handy 1.1.2 handy: ^1.1.2 copied to clipboard
A collection of handy utilities that I found useful while writing my own programs.
1.1.2 #
- Apparently, I didn't fix the formatting issue. I hope this works now.
1.1.1 #
- Fixed formatting issue in lib/src/iterables.dart
1.1.0 #
- Improved [inBetween] method by making it an extension of [Iterable] and not [List].
1.0.9 #
- Fixed access of [inBetween] method.
1.0.8 #
- Added [inBetween] method on lists.
1.0.7 #
- Added ability to multiply strings.
- Added [toTitleCase] method on String
- Added [capitalize] method on String
- Added [center] method on String
- Added [appearances] method on String
1.0.6 #
- Fixed timeFromLast functionality of the DateTime extension.
1.0.5 #
- Added a Cache class.
1.0.4 #
- Added a handy extension for DateTimes.
1.0.3 #
- Fixed Cleaner class accessibility.
1.0.2 #
- Added a Cleaner class.
1.0.1 #
- Fixed a typo in the readme.
1.0.0 #
- Initial version.