clean_code_lints 0.1.0 copy "clean_code_lints: ^0.1.0" to clipboard
clean_code_lints: ^0.1.0 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

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.1.0

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:clean_code_lints/clean_code_lints.dart';
1
likes
0
points
267
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer

More

Packages that depend on clean_code_lints