handy_extensions 0.0.8
handy_extensions: ^0.0.8 copied to clipboard
Handy Extension is just a simple library with extensions to the core libraries to make them more handy and quicker to use.
0.0.8 #
- Added
List.swapandList.swapRangemethods. - Added
List.hasDuplicatesgetter. - Added
int.microsecond,int.milliseconds,int.seconds,int.minutes,int.hours,int.daysgetters.
0.0.7 #
- Added
List.groupBymethod. - Added
List.randomItemmethod. - Added
List.randomItemsmethod. - Breaking Changes: removed extensions for double which were making use of the money formatter package
0.0.6 #
- Fix: add proper return type on the partition method
- Add new getter on any type to check if variable is null
0.0.5+1 #
- Updated datetime extensions
0.0.5 #
- General Extensions
- Check equality on lists sorted differently
0.0.4+1 #
- Bug fixed
0.0.4 #
- List extension for partition list into chunks
0.0.3 #
- Time ago extension on DateTime
0.0.2 #
- DateTime extension
0.0.1 #
- Initial release