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