hello_dartrix 0.2.2 hello_dartrix: ^0.2.2 copied to clipboard
A Dartrix template plugin package. Contains templates for "Hello World" in various programming languages.
hello_dartrix #
Dartrix template library of Hello World demos in several programming languages.
To be used as a Dartrix plugin.
To install:
- Add this package as a dependency in
~/.dart.d/pubspec.yaml
. - Run
$ pub get
in~/.dart.d/
. - Now this library should be available from within dartrix. From any directory try
$ pub global run dartrix:list hello
.