arsync_lints 0.0.4 copy "arsync_lints: ^0.0.4" to clipboard
arsync_lints: ^0.0.4 copied to clipboard

A custom lint package for Flutter/Dart that enforces the Arsync 4-layer architecture with strict separation of concerns, Riverpod best practices, and clean code standards.

example/arsync_lints_example.dart

// This example project demonstrates the arsync_lints package.
// See the lib/ folder for example violations and correct usage.
//
// To use this package in your project:
// 1. Add arsync_lints to your dev_dependencies
// 2. Add custom_lint to your dev_dependencies
// 3. Enable custom_lint in your analysis_options.yaml
//
// Example analysis_options.yaml:
// ```yaml
// analyzer:
//   plugins:
//     - custom_lint
// ```
void main() {
  // ignore: avoid_print
  print('See lib/ folder for arsync_lints examples');
}
0
likes
0
points
117
downloads

Publisher

unverified uploader

Weekly Downloads

A custom lint package for Flutter/Dart that enforces the Arsync 4-layer architecture with strict separation of concerns, Riverpod best practices, and clean code standards.

Homepage
Repository (GitHub)
View/report issues

Topics

#architecture #arsync #linter #static-analysis

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, path

More

Packages that depend on arsync_lints