Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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.