lint_strict_dependencies 0.0.1 copy "lint_strict_dependencies: ^0.0.1" to clipboard
lint_strict_dependencies: ^0.0.1 copied to clipboard

outdated

Linter for strict dependencies

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lint_strict_dependencies

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

dependencies:
  lint_strict_dependencies: ^0.0.1

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:lint_strict_dependencies/file_entity.dart';
import 'package:lint_strict_dependencies/file_linter.dart';
import 'package:lint_strict_dependencies/line_linter.dart';
import 'package:lint_strict_dependencies/lint_config.dart';
import 'package:lint_strict_dependencies/lint_error.dart';
import 'package:lint_strict_dependencies/list_files.dart';
5
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Linter for strict dependencies

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, yaml

More

Packages that depend on lint_strict_dependencies