flutter_dartrix 0.1.0-beta flutter_dartrix: ^0.1.0-beta copied to clipboard
Dartrix template plugin package. Contains templates for Flutter code - apps, packages, plugins, widgets, etc.
flutter_dartrix #
Dartrix template library of Flutter code samples.
To be used as a Dartrix plugin.
To use, just use 'flutter' as the pkg arg to a dartrix command. For example, to list the templates in this library:
$ pub global run dartrix:list flutter
To install locally:
- 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
.