screaming_architecture 1.0.2
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_architectureUse 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_architectureThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
screaming_architecture: ^1.0.2Alternatively, 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';