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

Flutter project health analyzer for the StackChain ecosystem. Detects architecture problems, code quality issues, performance anti-patterns, security risks, dependency issues, and release readiness.

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

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

dependencies:
  stackchain_analyzer: ^0.1.0

Alternatively, your editor might support dart 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
0
points
169
downloads

Publisher

verified publisherevenlogix.com

Weekly Downloads

Flutter project health analyzer for the StackChain ecosystem. Detects architecture problems, code quality issues, performance anti-patterns, security risks, dependency issues, and release readiness.

Repository (GitHub)
View/report issues

Topics

#flutter #analyzer #cli #architecture #dx

License

unknown (license)

Dependencies

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

More

Packages that depend on stackchain_analyzer