This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
3.0.0
- Import
dart:io
unconditionally. More recent Dart SDK revisions allow
dart:io
to be imported in a browser context, though if methods are actually
invoked, they will fail. This matches well withpackage:file
, where users
can use thememory
library and get in-memory implementations of the
dart:io
interfaces. - Bump minimum Dart SDK to
1.24.0