dartlin 0.3.0
dartlin: ^0.3.0 copied to clipboard
Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.
0.3.0 #
- BREAKING: Renamed the
ranges
library tocollections
.
0.2.0+1 #
- Added
iff
documentation.
0.2.0 #
- Added
iff
method for control flow. - BREAKING: Removed the
when
simplified if-else chain, use the newiff
.
0.1.0+1 #
- Fixed issues reported in the pub score.
0.1.0 #
- Added
when
method for control flow. - Added
range
method for ranges.