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

outdated

A starting point for Dart libraries or applications.

example/watch_recursively_example.dart

import 'dart:io';

import 'package:watch_recursively/watch_recursively.dart';

void main() async {
  var dir = Directory('.');
  var stream = await dir.watchRecursively();
  stream.listen((event)=>print(event));
}
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Homepage

License

unknown (LICENSE)

More

Packages that depend on watch_recursively