dashmon 0.0.3 copy "dashmon: ^0.0.3" to clipboard
dashmon: ^0.0.3 copied to clipboard

A cli tool to run Flutter applications and auto hot reload it when files are changed

Dashmon #

A minimalistic CLI tool to run Flutter applications and auto hot reload it when files are changed. It will watch changes your application code and trigger a hot reload everytime a change happens.

Install #

$ flutter pub global activate dashmon
copied to clipboard

Running #

To run dashmon, just change the flutter run command to dashmon:

$ dashmon
copied to clipboard

All arguments passed to it will be proxied to the flutter run command, so if you want to run on a specific device, the following command can be used:

$ dashmon -d emulator-5555
copied to clipboard

You can also use attach command to attach to existing running Flutter instance:

dashmon attach
copied to clipboard

All arguments are passed like with run command

FVM support #

Dashmon supports fvm out of the box. Assuming that you have fvm installed on your computer, to run dashmon using fvm under the hood, just pass --fvm to it:

$ dashmon --fvm
copied to clipboard

Suggestions and feedback are welcomed!

19
likes
130
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

A cli tool to run Flutter applications and auto hot reload it when files are changed

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on dashmon