Skip to content

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

License

Notifications You must be signed in to change notification settings

fujidaiti/dashmon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%