dartx 0.1.2 dartx: ^0.1.2 copied to clipboard
Superpowers for Dart. Collection of useful static extension methods.
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