dart-lang / watcher

A file system watcher library for Dart.
https://pub.dev/packages/watcher
BSD 3-Clause "New" or "Revised" License
138 stars 35 forks source link

No directory events #130

Open FuzzyRick opened 1 year ago

FuzzyRick commented 1 year ago

Does not seem to fire any events on directory changes. Any action on an empty directory thus cannot be tracked.

antonio-pedro99 commented 1 year ago

Hello @FuzzyRick ! are you sure you are implementing the DirectoryWatcher class properly?

antonio-pedro99 commented 1 year ago

Hello @FuzzyRick ! are you sure you are implementing the DirectoryWatcher class properly?

can you provide your code?

Lenny4 commented 1 year ago

Same problem here No directory events if the directory is empty