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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add watch_recursively

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  watch_recursively: ^0.9.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:watch_recursively/watch_recursively.dart';
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