Make MemoryFile.openRead and _ChrootFile.openRead return Stream<List<int>> again (#217) * Make MemoryFile.openRead and _ChrootFile.openRead return Stream<List<int>> again This is equivalent to https://github.com/google/file.dart/pull/168, but I foolishly neglected to make corresponding changes for all file system types. Fixes https://github.com/google/file.dart/issues/193. * Apply suggestions from natebosch Co-authored-by: Nate Bosch <nbosch1@gmail.com> --------- Co-authored-by: Nate Bosch <nbosch1@gmail.com>
A monorepo for the package:file and package:file_testing packages.
| Package | Description | Published Version |
|---|---|---|
| file | A pluggable, mockable file system abstraction for Dart. | |
| file_testing | Testing utilities for package:file. |