rigid_dart library

Rigid Dart — Rust-grade guardrails for Dart/Flutter.

This is a custom_lint plugin that enforces layout safety, state discipline, architecture boundaries, and modern Dart idioms as hard analyzer errors.

All rules use TypeChecker-based type resolution — they catch aliases, subclasses, and reexports, not just string names.

Functions

createPlugin() → PluginBase