clean_feature_arch 1.4.8 copy "clean_feature_arch: ^1.4.8" to clipboard
clean_feature_arch: ^1.4.8 copied to clipboard

The Absolute Rule Architecture - Scaffolder and Enforcer

example/lib/main.dart

import 'package:flutter/material.dart';

/// This is a basic Flutter application demonstrating the integration of
/// the `clean_feature_arch` analyzer plugin.
///
/// To see the linter in action:
/// 1. Run `dart pub get` in this example directory.
/// 2. Add `plugins: [custom_lint]` to your `analysis_options.yaml`.
/// 3. Create a feature folder in `lib/features/` and attempt to cross-import
///    internal layers (e.g., domain importing from data).
void main() {
  runApp(const MaterialApp(
    home: Scaffold(
      body: Center(
        child: Text('Absolute Rule Architecture Example'),
      ),
    ),
  ));
}
1
likes
0
points
908
downloads

Publisher

verified publishershakyapurna.com.np

Weekly Downloads

The Absolute Rule Architecture - Scaffolder and Enforcer

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, args, mason_logger, path, recase, yaml

More

Packages that depend on clean_feature_arch