Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@tvolkert tvolkert released this 20 Mar 22:35
· 99 commits to master since this release
c09a430
  • 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 with package:file, where users
    can use the memory library and get in-memory implementations of the
    dart:io interfaces.
  • Bump minimum Dart SDK to 1.24.0