dartivemon 0.0.2
dartivemon: ^0.0.2 copied to clipboard
A CLI tool that runs a Dart application and a Flutter application simultaneously, and restarts the Dart app whenever changes are detected.
0.0.1 #
- Initial version.
0.0.2 #
- Added CLI functionality, allowing users to specify a
.dartfile to run. - Added
fecommand for running a Flutter application. - Added
becommand for watching and running a specific.dartfile. - Dartivemon now supports three modes of operation: run
.dartfile, run Flutter app, or watch and run.dartfile.