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

How to listen screenshot folder? #74

Closed jonataslaw closed 4 years ago

jonataslaw commented 5 years ago

Applications such as Snap watch the device screenshots folder, and if there are any changes while it is open, it issues a warning. Is it possible to do this with this plugin?

munificent commented 4 years ago

Yes, it should be. This package can watch any directory.

natebosch commented 4 years ago

To accomplish this you'll need to know the filesystem path for the directory your are interested in watching. The flutter team will be best equipped to help you solve that.