watch_recursively 0.9.3 copy "watch_recursively: ^0.9.3" to clipboard
watch_recursively: ^0.9.3 copied to clipboard

A way to recursively watch a directory with directory review when a new subdirectory appears or renames.

example/watch_recursively_example.dart

import 'dart:io';
import 'package:watch_recursively/watch_recursively.dart';

void main() async {
  Directory('.').watchRecursively().listen((event) => print(
      'path: ${event.path} isDirectory: ${event.isDirectory} type: ${event.type}'));
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A way to recursively watch a directory with directory review when a new subdirectory appears or renames.

Homepage

License

unknown (LICENSE)

More

Packages that depend on watch_recursively