project_structure_builder 0.0.2+1
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_builderUse 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_builderThis 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+1Alternatively, 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';