dart-archive/watcher
A file system watcher library for Dart.
View on GitHub ↗Archived
- Stars
- 136
- Forks
- 33
- Last push (UTC)
- Feb 1, 2025
- Project status
- Archived
LanguagesDart
Dependencies used
Dependency list 6 items
- async
^2.5.0 - path
^1.8.0 - benchmark_harnessDevelopment
^2.0.0 - dart_flutter_team_lintsDevelopment
^3.0.0 - testDevelopment
^1.16.6 - test_descriptorDevelopment
^2.0.0
Original README
English project snapshot. Visit GitHub for the latest content.
Expand / collapse project README
[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/watcher
Dart CI pub package package publisher
A file system watcher.
What's this?
package:watcher monitors changes to contents of directories and sends
notifications when files have been added, removed, or modified.