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
rangeslibrary tocollections.
0.2.0+1 #
- Added
iffdocumentation.
0.2.0 #
- Added
iffmethod for control flow. - BREAKING: Removed the
whensimplified if-else chain, use the newiff.
0.1.0+1 #
- Fixed issues reported in the pub score.
0.1.0 #
- Added
whenmethod for control flow. - Added
rangemethod for ranges.