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: 1 day 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T08:11:03.000Z (2 months ago)
- Last Synced: 2024-10-29T15:47:04.454Z (about 2 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/watcher
- Size: 320 KB
- Stars: 138
- Watchers: 40
- Forks: 35
- Open Issues: 24
-
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
[![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.