Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 664 Bytes

DEPRECATED

See https://pub.dev/packages/quiver instead!

Quiver IO

Utilities for working with files.

Build Status Coverage Status

Documentation

API Docs

byteStreamToString converts a Stream of byte lists to a String.

visitDirectory is a recursive directory lister that conditionally recurses into sub-directories based on the result of a handler function.