boltforge 0.1.0 copy "boltforge: ^0.1.0" to clipboard
boltforge: ^0.1.0 copied to clipboard

A CLI that scaffolds production-ready Flutter projects (Cubit + Repository + GetIt architecture) and generates fully-wired features on demand.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate boltforge

Use it

The package has the following executables:

$ boltforge

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add boltforge

With Flutter:

 $ flutter pub add boltforge

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

dependencies:
  boltforge: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:boltforge/boltforge.dart';
0
likes
150
points
28
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A CLI that scaffolds production-ready Flutter projects (Cubit + Repository + GetIt architecture) and generates fully-wired features on demand.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #code-generation #scaffolding #templates

License

MIT (license)

Dependencies

args, path, yaml

More

Packages that depend on boltforge