dartbag 0.3.0
dartbag: ^0.3.0 copied to clipboard
A grab-bag of miscellaneous, lightweight utility code for Dart.
0.3.0 #
- Added a
List.rotateLeftextension method. - Allow the
analysis_options.yamlfile to be consumed by other packages. - Moved
timeOperationfrommisc.darttodebug.dart. - Fixed
int.padLeftto work with negative integers. - Modified
RepeatableRandomto allow callers to specify the underlying pseudo-random-number generator. - Updated the
README.mdfile.
0.2.0 #
- Initial published version.