screaming_architecture 1.0.2 copy "screaming_architecture: ^1.0.2" to clipboard
screaming_architecture: ^1.0.2 copied to clipboard

A Flutter package that generates project structure following Screaming Architecture pattern, where folder organization clearly communicates business domain and features.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate screaming_architecture

Use it

The package has the following executables:

$ screaming_architecture

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screaming_architecture

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

dependencies:
  screaming_architecture: ^1.0.2

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:screaming_architecture/screaming_architecture.dart';
1
likes
160
points
136
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that generates project structure following Screaming Architecture pattern, where folder organization clearly communicates business domain and features.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on screaming_architecture