dartx 0.2.0 dartx: ^0.2.0 copied to clipboard
Superpowers for Dart. Collection of useful static extension methods.
0.2.0 #
- Moved to
time.dart
library for time extensions
0.1.2 #
- Fixed docs
- Added
Function.curry()
,Function.invoke()
,Function.partial()
andFunction.flip()
'string'.reversed
now correctly handles grapheme clusters (like emoji)- Breaking:
'string'.chars
now returns the grapheme clusters instead ofRune
s
0.1.1 #
- Bugfixes
- More tests
0.1.0+1 #
- Initial release