dashmon

Creator: coderz1093

Last updated:

0 purchases

dashmon Image
dashmon Images

Languages

Categories

Add to Cart

Description:

dashmon

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!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.