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 654f334 commit 3901b8dCopy full SHA for 3901b8d
pkgs/watcher/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.1.4-wip
+## 1.1.4
2
3
- Improve handling of subdirectories: ignore `PathNotFoundException` due to
4
subdirectory deletion racing with watcher internals, instead of raising
pkgs/watcher/pubspec.yaml
@@ -1,5 +1,5 @@
name: watcher
-version: 1.1.4-wip
+version: 1.1.4
description: >-
A file system watcher. It monitors changes to contents of directories and
5
sends notifications when files have been added, removed, or modified.
0 commit comments