byte_flow icon indicating copy to clipboard operation
byte_flow copied to clipboard

Byte flow is a pure dart , dependency less library that provides common utility functions for lists and strings .

Results 2 byte_flow issues
Sort by recently updated
recently updated
newest added

sample code happened in **null safety**: ```dart _.compact(['a', null, 'c']).join() // => 'anullc' ```

hi , @pacifio do you have any plan to create Math like lodash ? [https://lodash.com/docs/4.17.15#ceil](url)

enhancement