isolate_current_directory 2.0.0 isolate_current_directory: ^2.0.0 copied to clipboard
Support for isolated Directory.current. Use the `withCurrentDirectory` function to change the Dart current directory within a scope without affecting the global one.
2.0.0 #
- Dart 3.0 requirement.
1.2.0 #
- Upgraded Dart to 2.19.0 (contains breaking changes).
- Libraries updates.
1.1.0 #
- Change Directory listing to list relative paths instead of absolute paths.
1.0.2 #
- Propagate errors on
Directory.delete
method (it was not awaiting, causing an unhandled exception).
1.0.1 #
- Fixed
stat
andstatSync
to use updated Zone'sDirectory.current
.
1.0.0 #
- Initial version.