dartivemon 0.0.5 copy "dartivemon: ^0.0.5" to clipboard
dartivemon: ^0.0.5 copied to clipboard

A CLI tool that runs a Dart application and a Flutter application simultaneously, and restarts the Dart app whenever changes are detected.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartivemon

Use it

The package has the following executables:

$ dartivemon

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartivemon

With Flutter:

 $ flutter pub add dartivemon

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartivemon: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartivemon/dartivemon.dart';
4
likes
110
pub points
0%
popularity

Publisher

verified publisherrach.codes

A CLI tool that runs a Dart application and a Flutter application simultaneously, and restarts the Dart app whenever changes are detected.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args

More

Packages that depend on dartivemon