agent_lints 0.1.0 copy "agent_lints: ^0.1.0" to clipboard
agent_lints: ^0.1.0 copied to clipboard

Agent-first custom lint for Dart and Flutter. Define project rules in YAML; get instructional diagnostics from the CLI, dart analyze and your IDE.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'features/home/home_screen.dart';

void main() => runApp(const ExampleApp());

class ExampleApp extends StatelessWidget {
  const ExampleApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(home: HomeScreen());
  }
}
1
likes
0
points
15
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Agent-first custom lint for Dart and Flutter. Define project rules in YAML; get instructional diagnostics from the CLI, dart analyze and your IDE.

Repository (GitHub)
View/report issues

Topics

#lint #analyzer #flutter #agents

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, args, collection, glob, meta, path, source_span, yaml, yaml_edit

More

Packages that depend on agent_lints