stackchain_analyzer 0.2.1 copy "stackchain_analyzer: ^0.2.1" to clipboard
stackchain_analyzer: ^0.2.1 copied to clipboard

Flutter project health analyzer — architecture, performance, security, dependencies, release readiness, and code quality in one CLI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate stackchain_analyzer

Use it

The package has the following executables:

$ stackchain
$ stackchain_analyzer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stackchain_analyzer

With Flutter:

 $ flutter pub add stackchain_analyzer

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

dependencies:
  stackchain_analyzer: ^0.2.1

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:stackchain_analyzer/stackchain_analyzer.dart';
2
likes
160
points
166
downloads

Documentation

Documentation
API reference

Publisher

verified publisherevenlogix.com

Weekly Downloads

Flutter project health analyzer — architecture, performance, security, dependencies, release readiness, and code quality in one CLI.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #analyzer #cli #architecture #dx

License

MIT (license)

Dependencies

analyzer, args, collection, http, meta, path, yaml

More

Packages that depend on stackchain_analyzer