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.dartlibrary for time extensions
0.1.2 #
- Fixed docs
- Added
Function.curry(),Function.invoke(),Function.partial()andFunction.flip() 'string'.reversednow correctly handles grapheme clusters (like emoji)- Breaking:
'string'.charsnow returns the grapheme clusters instead ofRunes
0.1.1 #
- Bugfixes
- More tests
0.1.0+1 #
- Initial release