fluttermon 0.1.0 copy "fluttermon: ^0.1.0" to clipboard
fluttermon: ^0.1.0 copied to clipboard

fluttermon is a CLI tool that helps develop Flutter based applications by automatically hot reload the flutter/dart application when file changes in the directory are detected.

🚀 Versioning

Fluttermon #

fluttermon is a CLI tool that helps develop Flutter based applications by automatically hot reload the flutter/dart application when file changes in the directory are detected.

Install #

flutter pub global activate fluttermon

Running #

To run your flutter project with fluttermon, just change the flutter run command to fluttermon:

fluttermon

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:

fluttermon -d macOS

FVM support #

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

fluttermon --fvm

using fvm with specific device:

fluttermon --fvm -d macOS
1
likes
130
pub points
0%
popularity

Publisher

verified publisherkanggara.me

fluttermon is a CLI tool that helps develop Flutter based applications by automatically hot reload the flutter/dart application when file changes in the directory are detected.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on fluttermon