clean_code_lints 0.3.2 copy "clean_code_lints: ^0.3.2" to clipboard
clean_code_lints: ^0.3.2 copied to clipboard

Opinionated lint rules for clean architecture and clean code in Dart and Flutter projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clean_code_lints

With Flutter:

 $ flutter pub add clean_code_lints

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

dependencies:
  clean_code_lints: ^0.3.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_code_lints/clean_code_lints.dart';
1
likes
160
points
267
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Opinionated lint rules for clean architecture and clean code in Dart and Flutter projects.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer

More

Packages that depend on clean_code_lints