arsync_lints 0.0.10 copy "arsync_lints: ^0.0.10" to clipboard
arsync_lints: ^0.0.10 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arsync_lints

With Flutter:

 $ flutter pub add arsync_lints

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

dependencies:
  arsync_lints: ^0.0.10

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:arsync_lints/main.dart';
0
likes
150
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.

Topics

#architecture #arsync #linter #static-analysis

Documentation

API reference

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, path

More

Packages that depend on arsync_lints