basics 0.8.0
basics: ^0.8.0 copied to clipboard
A Dart library containing convenient extension methods on basic Dart objects.
0.8.0 #
- Added
ComparableBasics
. - Added
getRange
toIterable
. - Added
isNullOrBlank
andisNotNullOrBlank
toString?
- Improved performance of
maxBy
,minBy
andsortBy
by adding a cache.
0.7.0 #
Added copyWith
, addCalendarDays
, and calendarDaysTill
to DateTimeBasics
.
0.6.0 #
Remove object basics (isNull
and isNotNull
).
0.5.1 #
Update docs.
0.5.0 #
Updated with null safety.
0.4.0 #
Added MapBasics.get
.
0.3.0 #
Added DateTimeBasics
.
0.2.0 - 2020-04-24 #
Add example and changelog.
0.1.0 - 2020-04-24 #
Initial release.