fmon 0.1.0 copy "fmon: ^0.1.0" to clipboard
fmon: ^0.1.0 copied to clipboard

A file-watching CLI daemon that automatically triggers hot reload of a running Dart or Flutter app via the Dart VM Service. Supports supervise, attach, and service-info modes, with melos/pub workspace [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fmon

Use it

The package has the following executables:

$ fmon

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fmon

With Flutter:

 $ flutter pub add fmon

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

dependencies:
  fmon: ^0.1.0

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:fmon/fmon.dart';
0
likes
140
points
79
downloads

Documentation

API reference

Publisher

verified publisherzennn.dev

Weekly Downloads

A file-watching CLI daemon that automatically triggers hot reload of a running Dart or Flutter app via the Dart VM Service. Supports supervise, attach, and service-info modes, with melos/pub workspace discovery for monorepos.

Repository (GitHub)
View/report issues

Topics

#cli #hot-reload #watch #dart-vm #flutter

License

MIT (license)

Dependencies

args, glob, path, vm_service, watcher, yaml

More

Packages that depend on fmon