-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
/cc @keertip |
`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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: maybe mention in a extra bullet that the minimum SDK has been bumped to 1.24?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
pubspec.yaml
Outdated
@@ -1,5 +1,5 @@ | |||
name: file | |||
version: 2.3.7 | |||
version: 2.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like a pretty major breaking change. Maybe start 3.0.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For users past SDK 1.24, it's actually not breaking at all, but I'm happy to bump it to 3.0.0
regardless. Done!
No description provided.