dartx 0.0.1 dartx: ^0.0.1 copied to clipboard
Dartx it is designed to run standalone command-line scripts at any place without requirements to pre-install these scripts. It can be used for writing a small batch files in Dart language.
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.1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.