FileSystemException from unexpectedly closed file watchers on windows; the watcher will also be automatically restarted when this occurs.FileSystemException during existsSync() on Windows.<3.0.0, and adjust other dependencies.Updates to support Dart 2.0 core library changes (wave 2.2). See issue 31847 for details.
async 2.0.0.async to reflect the APIs this package is actually using.FileWatcher where events could be added after watchers were closed.Add a Watcher interface that encompasses watching both files and directories.
Add FileWatcher and PollingFileWatcher classes for watching changes to individual files.
Deprecate DirectoryWatcher.directory. Use DirectoryWatcher.path instead.
Improved support for Windows via WindowsDirectoryWatcher.
Simplified PollingDirectoryWatcher.
Fixed bugs in MacOSDirectoryWatcher