dartx 0.0.3 dartx: ^0.0.3 copied to clipboard
The main purpose of `dartx` is that it allows easy to execute special standalone command-line scripts at any place. These scripts can to require for their operation other packages (uses import directi [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dartx
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dartx: ^0.0.3
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.