fmon 0.1.0
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 [...]
0.1.0 #
- Initial release.
- Watch files and hot reload a running Dart/Flutter app via the VM Service
(
reloadSources), with optionalext.flutter.reassemblefor Flutter UIs. - Supervise mode (launch & manage the app) and attach mode (
--uri). - Debounced batching, glob include/exclude filters,
pubspec.yaml→ pub get + restart, crash recovery, interactive keys, desktop notifications, andfmon.yamlconfig. - Attach via a VM service-info file (
--service-info), reusing an already-running VM. - Monorepo support (
--workspace): watch every package'slib/andpubspec.yamlacross a melos / pub workspace; auto-detected frommelos.yaml/ pubworkspace:.