Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

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

running

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

$ dashmon

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

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

suggestions and feedback are welcomed!


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Comments are closed.