y_lints 0.0.8 copy "y_lints: ^0.0.8" to clipboard
y_lints: ^0.0.8 copied to clipboard

Custom lint rules that enforce clean architecture boundaries (domain, data, presentation) in Dart and Flutter projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add y_lints

With Flutter:

 $ flutter pub add y_lints

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

dependencies:
  y_lints: ^0.0.8

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:y_lints/y_lints.dart';
1
likes
130
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Custom lint rules that enforce clean architecture boundaries (domain, data, presentation) in Dart and Flutter projects.

Repository (GitHub)
View/report issues

Topics

#lint #architecture #clean-architecture #custom-lint #flutter

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, custom_lint_builder

More

Packages that depend on y_lints