feature_structure 1.0.3 copy "feature_structure: ^1.0.3" to clipboard
feature_structure: ^1.0.3 copied to clipboard

A Dart CLI tool to generate clean feature-first folder structures for Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate feature_structure

Use it

The package has the following executables:

$ feature_structure

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add feature_structure

With Flutter:

 $ flutter pub add feature_structure

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

dependencies:
  feature_structure: ^1.0.3

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:feature_structure/feature_structure.dart';
2
likes
140
points
201
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool to generate clean feature-first folder structures for Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

path

More

Packages that depend on feature_structure