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 1539d48 commit 7772fbfCopy full SHA for 7772fbf
CHANGELOG.md
@@ -1,3 +1,3 @@
1
-# 1.0.0
+# 1.0.2
2
3
- Initial release
pubpub.sh
@@ -32,5 +32,5 @@ echo "$new_readme" > "$temp_pub_dir/README.md"
32
cd "$temp_pub_dir"
33
dartfmt -w .
34
#dart pub publish --dry-run
35
-#dart pub publish
36
-open "$temp_pub_dir"
+dart pub publish
+#open "$temp_pub_dir"
pubspec.yaml
@@ -1,6 +1,6 @@
name: file_errors
-description: "Cross-platform extensions that help determine the cause of a caught FileSystemException"
-version: 1.0.0
+description: "Cross-platform extensions that help determine the cause of a caught FileSystemException."
+version: 1.0.2
4
homepage: https://github.com/rtmigo/file_errors
5
6
environment:
0 commit comments