This repository contains the source code for the analyzer_kit project, organized as a Dart workspace.
- dart_analyzer_kit: A Dart Analyzer plugin providing various utilities, including lint rules and quick fixes.
This project is configured as a Dart workspace.
-
Resolve Dependencies: Run
dart pub getfrom the root directory to resolve dependencies for all packages in the workspace.dart pub get
-
Running Tests: Navigate to the specific package directory to run tests.
cd packages/dart_analyzer_kit dart test