handy_extensions 0.2.7
handy_extensions: ^0.2.7 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.2.7 #
- fix missing
TimeOfDayexport
0.2.6 #
- add
TimeOfDay.isBeforemethod - add tests for
DateTimeextensions
0.2.5 #
- add
DateTime.isSameDayForYearmethod
0.2.4 #
- add
DateTime.isSameDaymethod
0.2.3 #
- add
String?.matchesmethod
0.2.2 #
- add
String.doubleOrNullmethod - add
String.intOrNullmethod - add
Map.swapmethod - add
Map.copymethod - add
Map.removeNullsmethod - add
Map.adjustOrder(int from, int to)method
0.2.1 #
- add
Iterable?.withoutNullElementsmethod
0.2.0 #
- export missing nullable extensions
0.1.9 #
- add
int?.isIntmethod - add
String?.isStringmethod - add
String?.orEmptymethod - add
String?.isNotReallyEmptymethod
0.1.8 #
- add
num.monthsmethod - add
num.yearsmethod
0.1.7 #
- add
List.interspersemethod
0.1.6 #
- remove
BuildContextrouting methods
0.1.5+3 #
- fix
BuildContext.pushmethods to add route settings
0.1.5+2 #
- add
DateTime.readableDateTimeFormatmethod
0.1.5+1 #
- fix
DateTime.timeFormatmethod, pad hours & minutes with 0
0.1.5 #
- add
DateTime.describemethod - add
DateTime.timeFormatmethod
0.1.4 #
- add
DateTime.isBetweenmethod
0.1.3+1 #
- fix
Widget.inkWellmethod
0.1.3 #
- add
Widget.inkWellmethod
0.1.2 #
- add
DateTime.timeOfDayandDateTime.timeOfDayEmojimethods
0.1.1+1 #
- fix
List.splitIntomethod
0.1.1 #
- new
List.splitIntomethod
0.1.0 #
- use Very Good Analysis for linting
- change
BuildContext.notifysuccess color toColors.green
0.0.9 #
- new
String.isNumericmethod
0.0.8+1 #
- Updated
DateTime.timeAgomethod to cater for negative difference in days.
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