Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dart-lang/watcher
A file system watcher library for Dart.
https://github.com/dart-lang/watcher
Last synced: 4 days ago
JSON representation
A file system watcher library for Dart.
- Host: GitHub
- URL: https://github.com/dart-lang/watcher
- Owner: dart-lang
- License: bsd-3-clause
- Created: 2014-12-18T00:55:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T13:49:35.000Z (about 1 month ago)
- Last Synced: 2024-12-13T16:47:01.247Z (about 1 month ago)
- Language: Dart
- Homepage: https://pub.dev/packages/watcher
- Size: 331 KB
- Stars: 140
- Watchers: 39
- Forks: 35
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dart - watcher - A file system watcher library for Dart.[<img src="https://travis-ci.org/dart-lang/watcher.svg?branch=master">](https://travis-ci.org/dart-lang/watcher) (Development-Tools)
README
> [!IMPORTANT]
> This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/watcher[![Dart CI](https://github.com/dart-lang/watcher/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/watcher/actions/workflows/test-package.yml)
[![pub package](https://img.shields.io/pub/v/watcher.svg)](https://pub.dev/packages/watcher)
[![package publisher](https://img.shields.io/pub/publisher/watcher.svg)](https://pub.dev/packages/watcher/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.