devforge 1.3.0 copy "devforge: ^1.3.0" to clipboard
devforge: ^1.3.0 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 devforge

Use it

The package has the following executables:

$ devforge

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add devforge

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

dependencies:
  devforge: ^1.3.0

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:devforge/devforge.dart';
0
likes
0
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool to generate Flutter/Dart boilerplate code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on devforge