directory_monitor 1.0.1 copy "directory_monitor: ^1.0.1" to clipboard
directory_monitor: ^1.0.1 copied to clipboard

Directory Monitor is a directory monitoring tool that can monitor file and directory changes in a directory and execute corresponding callback functions..

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add directory_monitor

With Flutter:

 $ flutter pub add directory_monitor

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

dependencies:
  directory_monitor: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:directory_monitor/directory_monitor.dart';
1
likes
160
points
35
downloads

Documentation

API reference

Publisher

verified publishermusichub.cc

Weekly Downloads

Directory Monitor is a directory monitoring tool that can monitor file and directory changes in a directory and execute corresponding callback functions..

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, package_config, path

More

Packages that depend on directory_monitor