clean_architecture_linter 1.0.2 copy "clean_architecture_linter: ^1.0.2" to clipboard
clean_architecture_linter: ^1.0.2 copied to clipboard

A comprehensive custom lint package that automatically enforces Clean Architecture principles in Flutter projects with specialized rules.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clean_architecture_linter

With Flutter:

 $ flutter pub add clean_architecture_linter

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

dependencies:
  clean_architecture_linter: ^1.0.2

Alternatively, 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:clean_architecture_linter/clean_architecture_linter.dart';
1
likes
130
points
--
downloads

Publisher

verified publisherittae.com

Weekly Downloads

A comprehensive custom lint package that automatically enforces Clean Architecture principles in Flutter projects with specialized rules.

Repository (GitHub)
View/report issues
Contributing

Topics

#clean-architecture #lint #custom-lint #linter #static-analysis

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, custom_lint_builder, path

More

Packages that depend on clean_architecture_linter