dart-archive/watcher
一个用于 Dart 的文件系统监视库。
- Stars
- 136
- Forks
- 33
- 最近推送(UTC)
- 2025年2月1日
- 项目状态
- 已归档
语言Dart
使用的依赖
依赖清单 6 项
- async
^2.5.0 - path
^1.8.0 - benchmark_harness开发依赖
^2.0.0 - dart_flutter_team_lints开发依赖
^3.0.0 - test开发依赖
^1.16.6 - test_descriptor开发依赖
^2.0.0
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 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.