dartgenx 1.2.2 copy "dartgenx: ^1.2.2" to clipboard
dartgenx: ^1.2.2 copied to clipboard

CLI tool to generate Flutter/Dart boilerplate code.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartgenx

Use it

The package has the following executables:

$ dartgenx

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartgenx

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

dependencies:
  dartgenx: ^1.2.2

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

Import it

Now in your Dart code, you can use:

import 'package:dartgenx/dartgenx.dart';
1
likes
0
points
434
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool to generate Flutter/Dart boilerplate code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, image, interact, intl, path, yaml

More

Packages that depend on dartgenx