lints/layout_node_lints library
Classes
- ConflictingPropertiesLint
- Lint rule that checks for conflicting properties.
- EmptyAppBarTitleLint
- Lint rule that checks for empty AppBar titles.
- EmptyButtonLabelLint
- Lint rule that checks for empty button labels.
- EmptyContainerLint
- Lint rule that checks for empty containers (Column/Row with no children).
- EmptyIconNameLint
- Lint rule that checks for empty icon names.
- EmptyTextContentLint
- Lint rule that checks for empty text content.
- InvalidCallbackNameLint
- Lint rule that checks for invalid Dart identifiers in callbacks.
- MissingTextFieldLabelLint
- Lint rule that checks for textFields missing both label and hint.
- NegativeNumberLint
- Lint rule that checks for negative numbers where positive values are expected.