architect 0.1.3 copy "architect: ^0.1.3" to clipboard
architect: ^0.1.3 copied to clipboard

A simple command-line application to analyze Dart/Flutter app's architecture.

Architect #

Dart tool to help you analyze Dart/Flutter app's architecture. Architect allows you to create your own architecture configuration. Tool designed to integrate with CI / CD tools, but can be used as a CLI.

Installation #

Install from pub:
pub global activate architect

Install from local copy:
From inside of local copy directory run command:
pub global activate --source path .

Usage #

From inside of Dart/Flutter project you want to analyze, run command:
pub global run architect

To see help and usages run command:
pub global run architect -h

2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A simple command-line application to analyze Dart/Flutter app's architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, args, collection, meta, path, yaml

More

Packages that depend on architect