We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c78a75 commit 0eb56fbCopy full SHA for 0eb56fb
CHANGELOG.md
@@ -1 +1,3 @@
1
-# 0.0.0
+# 1.0.0
2
+
3
+- Initial release
lib/src/codes.dart
@@ -6,7 +6,6 @@ import 'dart:io';
6
import 'package:errno/errno.dart';
7
import 'package:meta/meta.dart';
8
9
-@internal
10
bool isNoSuchFileOrDirectoryCode(int errorCode) {
11
//
12
// Reading a non-existent file in an existing directory
0 commit comments