dart-archive/watcher
Dart 向けのファイルシステムウォッチャーライブラリ。
GitHub で見る ↗アーカイブ済み
- Stars
- 136
- Forks
- 33
- 最終プッシュ(UTC)
- 2025/02/01
- プロジェクト状態
- アーカイブ済み
言語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.