eagle_eye 1.0.4 copy "eagle_eye: ^1.0.4" to clipboard
eagle_eye: ^1.0.4 copied to clipboard

EagleEye is a Dart CLI tool provided by CodandoTV for detecting architecture violations in Dart projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eagle_eye

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

dependencies:
  eagle_eye: ^1.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:eagle_eye/analyzer/checker/do_not_with_rule_checker.dart';
import 'package:eagle_eye/analyzer/checker/just_with_rule_checker.dart';
import 'package:eagle_eye/analyzer/eagle_eye_matcher.dart';
import 'package:eagle_eye/analyzer/eagle_eye_visitor.dart';
import 'package:eagle_eye/analyzer/regex_helper.dart';
import 'package:eagle_eye/data/eagle_eye_repository.dart';
import 'package:eagle_eye/data/file_helper.dart';
import 'package:eagle_eye/data/json_converter.dart';
import 'package:eagle_eye/eagle_eye_launcher.dart';
import 'package:eagle_eye/model/eagle_eye_config.dart';
import 'package:eagle_eye/model/eagle_eye_config_item.dart';
import 'package:eagle_eye/model/error_info.dart';
import 'package:eagle_eye/util/logger_helper.dart';
1
likes
140
points
147
downloads

Publisher

verified publishercodandotv.com

Weekly Downloads

EagleEye is a Dart CLI tool provided by CodandoTV for detecting architecture violations in Dart projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, flutter, yaml

More

Packages that depend on eagle_eye