project_structure_builder 0.0.2+1 copy "project_structure_builder: ^0.0.2+1" to clipboard
project_structure_builder: ^0.0.2+1 copied to clipboard

A tool to configure and generate Flutter project structures based on your architectural needs.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate project_structure_builder

Use it

The package has the following executables:

$ project_structure_builder

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add project_structure_builder

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

dependencies:
  project_structure_builder: ^0.0.2+1

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

Import it

Now in your Dart code, you can use:

import 'package:project_structure_builder/project_structure_builder.dart';
8
likes
150
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A tool to configure and generate Flutter project structures based on your architectural needs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, flutter, logger, path, xml, yaml

More

Packages that depend on project_structure_builder