stackchain_analyzer 0.2.1
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_analyzerUse 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_analyzerWith Flutter:
$ flutter pub add stackchain_analyzerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
stackchain_analyzer: ^0.2.1Alternatively, 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';