Tags: danrubel/file.dart
Tags
Fix line splitter (dart-archive#62) Replace use of LineSplitter with wrapper that correctly implements the Converter<String, List<String>> interface.
Bump SDK constraint to allow to early Dart 2.0 release (dart-archive#60)
Relax version requirements on `package:intl` (dart-archive#59)
Added convenience methods in `Directory`... (dart-archive#46) ... for creating child entities.
Update code to use errno values (dart-archive#44) This updates all code that throws FileSystemException to properly set the corresponding osError.errorCode, which allows us to update the tests to expect the error code rather than the error message. This in turn allows the tests to be more robust across locales and platforms. To deal with the fact that different platforms have different errno values (which will be exposed and tested via LocalFileSystem), this change creates an ErrorCodes class with static getters for the set of errno values that are common to all platforms. This code can be removed once dart-lang/sdk#28860 is resolved and live. Fixes #43
Minor fixes based on an inspection of 2.0.0 release in pub and on dar… …tdocs.org (dart-archive#37)
PreviousNext