dartbag 0.4.1 copy "dartbag: ^0.4.1" to clipboard
dartbag: ^0.4.1 copied to clipboard

A grab-bag of miscellaneous, lightweight utility code for Dart.

0.4.1 #

  • Added a Future.cast extension method.
  • Added a List.sortWithAsyncKey extension method as an asynchronous version of List.sortWithKey.

0.4.0 #

  • Removed RestartableTimer. package:async already provides such a class.
  • Added a timeAsyncOperation function as an asynchronous version of timeOperation.
  • Added a parseOptionValue extension method on package:args's ArgResults.
  • Added a matcher library with a toStringMatches function.

0.3.0 #

  • Added a List.rotateLeft extension method.
  • Allow the analysis_options.yaml file to be consumed by other packages.
  • Moved timeOperation from misc.dart to debug.dart.
  • Fixed int.padLeft to work with negative integers.
  • Modified RepeatableRandom to allow callers to specify the underlying pseudo-random-number generator.
  • Updated the README.md file.

0.2.0 #

  • Initial published version.
5
likes
0
pub points
42%
popularity

Publisher

unverified uploader

A grab-bag of miscellaneous, lightweight utility code for Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, clock, collection, matcher, stack_trace

More

Packages that depend on dartbag