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.